Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 1.03 KB

Duration2.md

File metadata and controls

13 lines (9 loc) · 1.03 KB

Duration2

Properties

Name Type Description Notes
type string The intended length of the term. Possible values are: - Continuous: The term is active on an ongoing basis. This is the default. - DateRange: The term will only be available between specific date ranges. - FixedNumDays: The term will only be available for a set number of days. [optional]
start \DateTime The date this term starts. May only be set if availability.duration.type is DateRange. [optional]
end \DateTime The date this term ends. May only be set if availability.duration.type is DateRange. [optional]
days_of_use int The number of days courses within this term can be used. May only be set if availability.duration.type is FixedNumDays. [optional]

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