[This is preliminary documentation and is subject to change.]
Gets UTC DateTime from number of seconds 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 FromSecondsSinceUnixEpochStart(
this ulong when
)
public static DateTime FromSecondsSinceUnixEpochStart(
this ulong when
)
<ExtensionAttribute>
Public Shared Function FromSecondsSinceUnixEpochStart (
when As ULong
) As DateTime
<ExtensionAttribute>
Public Shared Function FromSecondsSinceUnixEpochStart (
when As ULong
) As DateTime
public:
[ExtensionAttribute]
static DateTime FromSecondsSinceUnixEpochStart(
unsigned long long when
)
public:
[ExtensionAttribute]
static DateTime FromSecondsSinceUnixEpochStart(
unsigned long long when
)
static member FromSecondsSinceUnixEpochStart :
when : uint64 -> DateTime
static member FromSecondsSinceUnixEpochStart :
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).