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
)
Public Shared Function FromUnixTimeSeconds (
unixEpochSeconds As Integer
) As DateTime
Parameters
- unixEpochSeconds
- Type: SystemInt32
The number of seconds to add to 1/1/1970.
Return Value
Type:
DateTimeThe converted object as a DateTime or a nullable DateTime
See Also