GraffitiSuite Docs
Docs
Graffititimelinerestriction
Loading document parsing libraries...
# GraffitiTimelineRestriction Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Enumerations | Name | Value | Description | | --- | :---: | --- | | RepeatIntervals | None <br > Daily <br > Weekly <br > Monthly <br > Yearly | Supported repetition intervals. | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | StartDate as Date <br> EndDate as Date <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 | Date | (None) | When the restriction ends. | | ID | String | (None) | (None) | | Repeat | RepeatIntervals | (None) | The repeat interval of the restriction. | | StartDate | Date | (None) | When the restriction begins. | | Tag | Variant | (None) | Developer storage. |