XDate_Calendar Date To Julian Day 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#
private static double _CalendarDateToJulianDay(
int year,
int month,
int day,
int hour,
int minute,
int second,
double millisecond
)VB
Private Shared Function _CalendarDateToJulianDay (
year As Integer,
month As Integer,
day As Integer,
hour As Integer,
minute As Integer,
second As Integer,
millisecond As Double
) As Double