[This is preliminary documentation and is subject to change.]
Gets UTC DateTime from number of milliseconds since Unix epoch start (1970/1/1 0:0:0)
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static DateTime FromMillisecondsSinceUnixEpochStart(
this ulong when
)
public static DateTime FromMillisecondsSinceUnixEpochStart(
this ulong when
)
<ExtensionAttribute>
Public Shared Function FromMillisecondsSinceUnixEpochStart (
when As ULong
) As DateTime
<ExtensionAttribute>
Public Shared Function FromMillisecondsSinceUnixEpochStart (
when As ULong
) As DateTime
public:
[ExtensionAttribute]
static DateTime FromMillisecondsSinceUnixEpochStart(
unsigned long long when
)
public:
[ExtensionAttribute]
static DateTime FromMillisecondsSinceUnixEpochStart(
unsigned long long when
)
static member FromMillisecondsSinceUnixEpochStart :
when : uint64 -> DateTime
static member FromMillisecondsSinceUnixEpochStart :
when : uint64 -> DateTime
Return Value
Type:
DateTimeUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
UInt64. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).