Day of the month (1st = 1).
Month (Jan = 0, Dec = 11).
Year.
Deserializes a buffer into this value.
Optional
opts: DeserializeOptionsNumber of bytes read.
Computes the serialized length of this value.
Optional
_opts: SerializeOptionsSerializes this value into a buffer.
Optional
_opts: SerializeOptionsStatic
fromStatic
of
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.