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: 25.1.421.0 (25.1.421.0)
Syntax
public JulianDate(
	DateTime dateTime,
	TimeStandard standard
)

Parameters

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