Noda Time
InUtc Method
NamespacesNodaTimeLocalDateTimeInUtc()()()()

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

Returns the mapping of this local date/time within Utc.
Declaration Syntax
C#Visual BasicVisual C++
public ZonedDateTime InUtc()
Public Function InUtc As ZonedDateTime
public:
ZonedDateTime InUtc()
Return Value
The result of mapping this local date/time in UTC.
Remarks
As UTC is a fixed time zone, there is no chance that this local date/time is ambiguous or skipped.

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