Click or drag to resize

GregorianDateToDateTime Method

Convert this GregorianDate to a DateTime. The DateTime will be in UTC.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.2.423.0 (25.2.423.0)
Syntax
public DateTime ToDateTime()

Return Value

Type: DateTime
A DateTime representing this date.
See Also