FromFileTime()
DateTime::FromFileTime(int64_t) 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)
Arguments
Parameter | Type | Description |
---|---|---|
value | 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