Click or drag to resize

AdapterBaseTFromEpochTime(Int64, TimeSpan) 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,
	TimeSpan offset
)

Parameters

epochTime  Int64
Epoch time in seconds
offset  TimeSpan
Offset

Return Value

DateTime
See Also