AdapterBaseTFromEpochTime(Int64, TimeSpan) Method |
Get time from epoch/unix time stamp
Namespace: ArthaChitra.Model.ConnectionAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax protected virtual DateTime FromEpochTime(
long epochTime,
TimeSpan offset
)
Parameters
- epochTime Int64
- Epoch time in seconds
- offset TimeSpan
- Offset
Return Value
DateTimeSee Also