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)
Syntaxpublic DateTime ToDateTime()
Public Function ToDateTime As DateTime
public:
DateTime ToDateTime()
member ToDateTime : unit -> DateTime
Return Value
Type:
DateTimeA
DateTime representing this date.
See Also