XDateJulian Day To Calendar Date(Double, Int 32, Int 32, Int 32, Int 32, Int 32, Int 32, Double) 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 static void JulianDayToCalendarDate(
double jDay,
out int year,
out int month,
out int day,
out int hour,
out int minute,
out int second,
out double millisecond
)VB
Public Shared Sub JulianDayToCalendarDate (
jDay As Double,
<OutAttribute> ByRef year As Integer,
<OutAttribute> ByRef month As Integer,
<OutAttribute> ByRef day As Integer,
<OutAttribute> ByRef hour As Integer,
<OutAttribute> ByRef minute As Integer,
<OutAttribute> ByRef second As Integer,
<OutAttribute> ByRef millisecond As Double
)