XDateGet Date(Int 32, Int 32, Int 32) Method
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public void GetDate(
out int year,
out int month,
out int day
)VB
Public Sub GetDate (
<OutAttribute> ByRef year As Integer,
<OutAttribute> ByRef month As Integer,
<OutAttribute> ByRef day As Integer
)