FromUnixTime Method

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Convert from int with Unix time (seconds since 1-Jan-1970) to Date object.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static DateTime FromUnixTime(
	int v
)
Public Shared Function FromUnixTime ( _
	v As Integer _
) As DateTime
public:
static DateTime FromUnixTime(
	int v
)

Parameters

v
Int32
Unix time.

Return Value

DateTime object.

See Also