Interface: IStructuredCalendarSpec
schedule.v1.IStructuredCalendarSpec
Properties of a StructuredCalendarSpec.
Implemented by
Properties
comment
• Optional
comment: null
| string
Free-form comment describing the intention of this spec.
dayOfMonth
• Optional
dayOfMonth: null
| IRange
[]
Match days of the month (1-31) (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)
dayOfWeek
• Optional
dayOfWeek: null
| IRange
[]
Match days of the week (0-6; 0 is Sunday).
hour
• Optional
hour: null
| IRange
[]
Match hours (0-23)
minute
• Optional
minute: null
| IRange
[]
Match minutes (0-59)
month
• Optional
month: null
| IRange
[]
Match months (1-12)
second
• Optional
second: null
| IRange
[]
Match seconds (0-59)
year
• Optional
year: null
| IRange
[]
Match years.