System::DateTime::FromUnixTime method
DateTime::FromUnixTime method
Converts the specified Unix time value to an instance of DateTime class. FOR INTERNAL USE.
static DateTime System::DateTime::FromUnixTime(time_t value)
Parameter | Type | Description |
---|---|---|
value | time_t | Unix time value to convert |
ReturnValue
A new instance of DateTime class representing the same date and time as value
See Also
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++