XDate(Int 32, Int 32, Int 32) Constructor
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 XDate(
int year,
int month,
int day
)VB
Public Sub New (
year As Integer,
month As Integer,
day As Integer
)