System::DateTime::FromUnixTime method

DateTime::FromUnixTime method

Converts the specified Unix time value to an instance of DateTime class. FOR INTERNAL USE.

static DateTime System::DateTime::FromUnixTime(time_t value)
ParameterTypeDescription
valuetime_tUnix time value to convert

ReturnValue

A new instance of DateTime class representing the same date and time as value

See Also