Click or drag to resize

JulianDate Constructor (DateTime)

Initializes a JulianDate from a DateTime. The time standard will be CoordinatedUniversalTime (UTC).

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

Parameters

dateTime
Type: System.DateTime
The DateTime.
See Also