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 422
7cf50895 22c1 7378 7566 5564dc75cdb0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Calculates the DateTime from a date represented as <Julian date><.Fraction of day>.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static DateTime FromJulianCalendar(
double date
)
VB
Public Shared Function FromJulianCalendar (
date As Double
) As DateTime
C++
public:
static DateTime FromJulianCalendar(
double date
)
F#
static member FromJulianCalendar :
date : float -> DateTime
- Double
- A date represented as <Julian date>.<Fraction of day>.
DateTime
The DateTime equivalent to the Julian date.