Interface: ICalendarSpec
Properties of a CalendarSpec.
Implemented by
Properties
comment
• Optional comment: null | string
Free-form comment describing the intention of this spec.
dayOfMonth
• Optional dayOfMonth: null | string
Expression to match days of the month. Default: * (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)
dayOfWeek
• Optional dayOfWeek: null | string
Expression to match days of the week. Default: *
hour
• Optional hour: null | string
Expression to match hours. Default: 0
minute
• Optional minute: null | string
Expression to match minutes. Default: 0
month
• Optional month: null | string
Expression to match months. Default: *
second
• Optional second: null | string
Expression to match seconds. Default: 0
year
• Optional year: null | string
Expression to match years. Default: *