System::DateTime::FromBinary method
DateTime::FromBinary method
Deserializes the date time value from the specified unsigned 64-bit integer and sets the new instance of DateTime class to that value.
static DateTime System::DateTime::FromBinary(int64_t value)
Parameter | Type | Description |
---|---|---|
value | int64_t | The 64-bit integer to deserialize the date and time value from |
ReturnValue
A new instance of DateTime class representing the date and time value deserialized from the specified unsigned 64-bit integer value
See Also
- Class DateTime
- Class DateTime
- Namespace System
- Library Aspose.PDF for C++