Click or drag to resize

DrawingTimeFromJulianCalendar Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Calculates the DateTime from a date represented as <Julian date><.Fraction of day>.

Namespace:  netDxf.Units
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static DateTime FromJulianCalendar(
	double date
)
Request Example View Source

Parameters

date
Type: SystemDouble
A date represented as <Julian date>.<Fraction of day>.

Return Value

Type: DateTime
The DateTime equivalent to the Julian date.
See Also