System::DateTime::FromFileTime method

DateTime::FromFileTime method

Converts the specified File time to an instance of DateTime class representing the same date and time value as local time.

static DateTime System::DateTime::FromFileTime(int64_t value)
ParameterTypeDescription
valueint64_tFile time to convert

ReturnValue

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

See Also