This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 417
85dae71e 4a67 4859 df12 1d553a989bc3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Calculates a date represented as <Julian date>.<Fraction of day> from a DateTime instance.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static double ToJulianCalendar(
DateTime date
)
VB
Public Shared Function ToJulianCalendar (
date As DateTime
) As Double
C++
public:
static double ToJulianCalendar(
DateTime date
)
F#
static member ToJulianCalendar :
date : DateTime -> float
- DateTime
- DateTime instance.
Double
The date represented as <Julian date>.<Fraction of day> equivalent to the DateTime instance.