[This is preliminary documentation and is subject to change.]
Gets UTC DateTime from number of microseconds 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 FromMicrosecondsSinceUnixEpochStart(
this long when
)
public static DateTime FromMicrosecondsSinceUnixEpochStart(
this long when
)
<ExtensionAttribute>
Public Shared Function FromMicrosecondsSinceUnixEpochStart (
when As Long
) As DateTime
<ExtensionAttribute>
Public Shared Function FromMicrosecondsSinceUnixEpochStart (
when As Long
) As DateTime
public:
[ExtensionAttribute]
static DateTime FromMicrosecondsSinceUnixEpochStart(
long long when
)
public:
[ExtensionAttribute]
static DateTime FromMicrosecondsSinceUnixEpochStart(
long long when
)
static member FromMicrosecondsSinceUnixEpochStart :
when : int64 -> DateTime
static member FromMicrosecondsSinceUnixEpochStart :
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).