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: 25.1.421.0 (25.1.421.0)
Syntax
public GregorianDate(
	DateTime dateTime
)

Parameters

dateTime
Type: System.DateTime
The DateTime.
See Also