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)
ParameterTypeDescription
valueint64_tThe 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