GraffitiSuite Docs
Docs
Graffititimelinerestriction
Loading document parsing libraries...
# GraffitiTimelineRestriction Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | RepeatIntervals | None <br > Daily <br > Weekly <br > Monthly <br > Yearly | Support intervals at which the restrictions may repeat. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | StartDate as DateTime <br> EndDate as DateTime <br> Repeat as RepeatIntervals | (None) | Instantiates a new instance of this object. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Attributes | Private | As | (None) | | Attributes | mObserver | GraffitiUpdateInterface | (None) | | EndDate | DateTime | (None) | When the restriction ends. | | ID | String | (None) | (None) | | Repeat | RepeatIntervals | (None) | The repeat interval of the restriction. | | StartDate | DateTime | (None) | When the restriction begins. | | Tag | Variant | (None) | Developer storage. |