Click or drag to resize

JulianDate Constructor (DateTime, TimeStandard)

Initializes a JulianDate from a DateTime and specified time standard.

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,
	TimeStandard standard
)

Parameters

dateTime
Type: SystemDateTime
The DateTime.
standard
Type: AGI.Foundation.TimeTimeStandard
The time standard to use for this Julian Date. The dateTime is assumed to be expressed in this time standard.
See Also