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)
| Parameter | Type | Description |
|---|---|---|
| ms | int64_t | Milliseconds since Unix epoch. |
ReturnValue
A Date in UTC.
See Also
- Class Vector
- Namespace Aspose::Cells
- Library Aspose.Cells for C++