[This is preliminary documentation and is subject to change.]

Creates a DateTime from a Utc Unix Timestamp.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static DateTime ToDateTime(
	this long timestamp
)

Parameters

timestamp
Int64

[Missing <param name="timestamp"/> documentation for "M:fCraft.DateTimeUtil.ToDateTime(System.Int64)"]

Return Value

[Missing <returns> documentation for "M:fCraft.DateTimeUtil.ToDateTime(System.Int64)"]

Usage 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.

See Also