Click or drag to resize

AdapterBaseTFromEpochTime(Int64) Method

Get time from epoch/unix time stamp

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected virtual DateTime FromEpochTime(
	long epochTime
)

Parameters

epochTime  Int64
Epoch time in seconds

Return Value

DateTime
See Also