Gets a DateTime value that represents the Coordinated Universal Time (UTC) date and time of the current DateTimeOffset object.
Documentation for this section has not yet been entered.
The DateTimeOffset.UtcDateTime property performs a dual conversion:
It converts the date and time of the current DateTimeOffset object to Coordinated Universal Time (UTC). The conversion is performed by subtracting the value of the DateTimeOffset.Offset property from the date and time of the current DateTimeOffset object.
It converts the DateTimeOffset value to a DateTime value.
The DateTime.Kind property of the returned DateTimeOffset.DateTime value is set to DateTimeKind.Utc.
Retrieving the value of the DateTimeOffset.UtcDateTime property is equivalent to calling the current DateTimeOffset object's ToUniversalTime.DateTime property, except that the DateTime.Kind property of the latter DateTime value is DateTimeKind.Unspecified.