Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

7cf50895 22c1 7378 7566 5564dc75cdb0

haplokuon edited this page May 6, 2023 · 1 revision

FromJulianCalendar Method

netDxf 3.0.0 Library

Calculates the DateTime from a date represented as <Julian date><.Fraction of day>.

Definition

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 

Parameters

  Double
A date represented as <Julian date>.<Fraction of day>.

Return Value

DateTime
The DateTime equivalent to the Julian date.

See Also

Reference

DrawingTime Class
netDxf.Units Namespace

Clone this wiki locally