Record

date-time-component

No description available.

record date-time-component {
  day-of-month: option​<s32>,
  day-of-week: option​<s32>,
  hour: option​<s32>,
  minute: option​<s32>,
  month: option​<s32>,
  year: option​<s32>,
}

Fields

NameTypeDescription
day-of-monthoption​<s32>
day-of-weekoption​<s32>
houroption​<s32>
minuteoption​<s32>
monthoption​<s32>
yearoption​<s32>