Click or drag to resize

GregorianDate.ToDateTime 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.1.421.0 (25.1.421.0)
Syntax
public DateTime ToDateTime()

Return Value

Type: DateTime
A DateTime representing this date.
See Also