Aspose::Cells::Date::FromEpochMillisecondsUTC method

Date::FromEpochMillisecondsUTC method

Creates a Date from Unix epoch milliseconds (UTC).

static Date Aspose::Cells::Date::FromEpochMillisecondsUTC(int64_t ms)
ParameterTypeDescription
msint64_tMilliseconds since Unix epoch.

ReturnValue

A Date in UTC.

See Also