Click or drag to resize

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
C#
public static DateTime GetLocalDateTimeFromEpoch(
	double epochTime
)

Parameters

epochTime
Type: SystemDouble
Epoch time.

Return Value

Type: DateTime
The date time from epoch.
See Also