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