Click or drag to resize

EAPConvertFromUnixTimeSeconds Method

Convert the object to a DateTime value handling the case when the object is null or DBNull.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static DateTime FromUnixTimeSeconds(
	int unixEpochSeconds
)

Parameters

unixEpochSeconds
Type: SystemInt32
The number of seconds to add to 1/1/1970.

Return Value

Type: DateTime
The converted object as a DateTime or a nullable DateTime
See Also