Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.48 KB

File metadata and controls

15 lines (12 loc) · 1.48 KB

# Timerange

Properties

Name Type Description Notes
ordinal_order int This will be a unique index and orger for the specific timerange inside of the given timeframe. [optional]
start_date \DateTime This is field will be set for the start of a calender based time range in the format of YYYY-MM-DD. To disable the start of a range use "now". [optional]
end_date \DateTime This is field will be set for the end of a calender based time range in the format of YYYY-MM-DD. To disable the start of a range use "never". [optional]
day_of_week_number \SpectrumVoip\\NetSapiens\Model\TimerangeDayOfWeekNumber
start_time string This is the time in HH:MM format for the given time range. This will be the start of the window and will be based on the user's time-zone. [optional] [default to '00:00']
end_time string This is the time in HH:MM format for the given time range. This will be the end of the window and will be based on the user's time-zone. [optional] [default to '23:59']
invert_match \SpectrumVoip\\NetSapiens\Model\YesNoStringNoDefault This settings will control if the the parent feature is enabled. [optional]

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