Click or drag to resize

JulianDate Constructor (DateTime)

Initializes a JulianDate from a DateTime. The time standard will be Coordinated Universal Time (UTC).

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public JulianDate(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
The DateTime.
See Also