System::DateTime::FromFileTimeUtc method
DateTime::FromFileTimeUtc 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)
Parameter | Type | Description |
---|---|---|
file_time | int64_t | File time to convert |
ReturnValue
A new instance of DateTime class representing the same date and time as file_time
See Also
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++