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 | | | Attributes | mObserver | GraffitiUpdateInterface | | | EndDate | Date | Nil | When the restriction ends. | | ID | String | Nil | | | Repeat | RepeatIntervals | Nil | The repeat interval of the restriction. | | StartDate | Date | Nil | When the restriction begins. | | Tag | Variant | Nil | Developer storage. |