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: 24.1.418.0 (24.1.418.0)
Syntax
public DateTime ToDateTime()

Return Value

Type: DateTime
A DateTime representing this date.
See Also