FromBinary()

DateTime::FromBinary(int64_t) 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)

Arguments

ParameterTypeDescription
valueint64_tThe 64-bit integer to deserialize the date and time value from

Return Value

A new instance of DateTime class representing the date and time value deserialized from the specified unsigned 64-bit integer value

See Also