Record Class IdU1TimestampUTC

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.user.cb.IdU1TimestampUTC
Record Components:
fieldYear - The year.
fieldMonth - The month in the range [1, 12].
fieldDay - The day of the month in the range [1, 31].
fieldHour - The hour in the range [0, 23].
fieldMinute - The minute in the range [0, 59].
fieldSecond - The second in the range [0, 59].
fieldMillisecond - The millisecond in the range [0, 999].
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBSerializableType

public record IdU1TimestampUTC(com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned32 fieldYear, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned8 fieldMonth, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned8 fieldDay, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned8 fieldHour, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned8 fieldMinute, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned8 fieldSecond, com.io7m.cedarbridge.runtime.api.CBIntegerUnsigned32 fieldMillisecond) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType
A UTC timestamp value.