Day of the month (1st = 1).
Month (Jan = 0, Dec = 11).
Year.
Deserializes a buffer into this value.
Optionalopts: DeserializeOptionsNumber of bytes read.
Computes the serialized length of this value.
Optional_opts: SerializeOptionsSerializes this value into a buffer.
Optional_opts: SerializeOptionsStaticfromStaticof
A date (year, month, DOM) encoded as a 16-bit integer.
There is no timezone information in the serialized form, so we assume UTC when converting to / from JavaScript Date objects.