GraffitiSuite Docs
Docs
Graffititimelinerestriction
Loading document parsing libraries...
# GraffitiTimelineRestriction Class ## Enumerations | Name | Value | Description | | --- | :---: | --- | | RepeatIntervals | None <br> Daily <br> Weekly <br> Monthly <br> Yearly | Supported intervals for repeating restrictions. | ## 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 | | | Attributes | mObserver | GraffitiUpdateInterface | | | EndDate | DateTime | Nil | When the restriction ends. | | ID | String | Nil | | | Repeat | RepeatIntervals | Nil | The repeat interval of the restriction. | | StartDate | DateTime | Nil | When the restriction begins. | | Tag | Variant | Nil | Developer storage. |