UtilityGetLocalDateTimeFromEpoch Method |
Gets the date time from epoch.
Namespace:
IBM.Watson.DeveloperCloud.Utilities
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public static DateTime GetLocalDateTimeFromEpoch(
double epochTime
)
Parameters
- epochTime
- Type: SystemDouble
Epoch time.
Return Value
Type:
DateTimeThe date time from epoch.
See Also