Click or drag to resize

GregorianDate Constructor (DateTime)

Initializes a GregorianDate from the provided DateTime. If the provided DateTime is in local time, it is converted to 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 GregorianDate(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
The DateTime.
See Also