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)
Parameter | Type | Description |
---|---|---|
value | 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++