Noda Time
ToDateTimeUtc Method
NamespacesNodaTimeInstantToDateTimeUtc()()()()

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

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

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