Noda Time
ToDateTimeUtc Method
NamespacesNodaTimeZonedDateTimeToDateTimeUtc()()()()

[This is preliminary documentation and is subject to change.]

Constructs a DateTime from this ZonedDateTime which has a Kind of Utc and represents the same instant of time as this value rather than the same local time.
Declaration Syntax
C#Visual BasicVisual C++
public DateTime ToDateTimeUtc()
Public Function ToDateTimeUtc As DateTime
public:
DateTime ToDateTimeUtc()
Return Value
A DateTime representation of this value with a "universal" kind, with the same instant of time as this value.

Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)