FromFileTimeUtc()
DateTime::FromFileTimeUtc(int64_t) method
Converts the specified File time to an instance of DateTime class representing the same date and time value as UTC time.
static DateTime System::DateTime::FromFileTimeUtc(int64_t file_time)
Arguments
Parameter | Type | Description |
---|---|---|
file_time | int64_t | File time to convert |
Return Value
A new instance of DateTime class representing the same date and time as file_time
See Also
- Class DateTime
- Namespace System
- Library Aspose.Slides