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
| Name | Type | Description |
|---|---|---|
| day-of-month | option<s32> | |
| day-of-week | option<s32> | |
| hour | option<s32> | |
| minute | option<s32> | |
| month | option<s32> | |
| year | option<s32> |