[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 long when
)
public static DateTime FromMillisecondsSinceUnixEpochStart(
this long when
)
<ExtensionAttribute>
Public Shared Function FromMillisecondsSinceUnixEpochStart (
when As Long
) As DateTime
<ExtensionAttribute>
Public Shared Function FromMillisecondsSinceUnixEpochStart (
when As Long
) As DateTime
public:
[ExtensionAttribute]
static DateTime FromMillisecondsSinceUnixEpochStart(
long long when
)
public:
[ExtensionAttribute]
static DateTime FromMillisecondsSinceUnixEpochStart(
long long when
)
static member FromMillisecondsSinceUnixEpochStart :
when : int64 -> DateTime
static member FromMillisecondsSinceUnixEpochStart :
when : int64 -> 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
Int64. 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).