Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.28 KB

TemporalRules.md

File metadata and controls

20 lines (17 loc) · 1.28 KB

IO.Swagger.Model.TemporalRules

Properties

Name Type Description Notes
Cycle string The recurrence cycle for this rule
Days List<int?> The recurrence days for this rule [optional]
Enabled bool? Whether the rule is enabled [optional]
Flags List<string> Flags set by external applications [optional]
Interval int? The recurrence interval for this rule [optional]
Month int? The recurrence month for this rule [optional]
Name string A friendly name for the temporal rule
Ordinal string The recurrence ordinal for this rule [optional]
StartDate int? The date that any recurrence should be calculated as starting on [optional]
TimeWindowStart int? Seconds from the start of a day to consider this rule valid [optional]
TimeWindowStop int? Seconds from the start of a day to stop considering this rule valid [optional]
Wdays List<string> The recurrence weekdays for this rule [optional]

[Back to Model list] [Back to API list] [Back to README]