Click or drag to resize

IToolsUnixTimeToDate Method

Converts unix timestamp to a DateTime

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
DateTime UnixTimeToDate(
	double Time
)

Parameters

Time
Type: SystemDouble
Double

Return Value

Type: DateTime
A Datetime value
See Also