GraffitiSuite Docs
Docs
Graffiticalendarrestriction
Loading document parsing libraries...
# GraffitiCalendarRestriction Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | False | True | ### iOS | 32-Bit | 64-Bit | | :---: | :---: | | False | True | ## Attributes | Name | Value | | --- | --- | | HideFromLibrary | | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | StartTime as DateTime <br> EndTime as DateTime <br> ParamArray Days as Integer | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Friday | Boolean | (None) | Allow Friday in View | | IsWeekly | Boolean | True | Determines if the restriction is weekly. | | Monday | Boolean | (None) | Allow Monday in View | | Saturday | Boolean | (None) | Allow Saturday in View | | Sunday | Boolean | (None) | Allow Sunday in View | | Thursday | Boolean | (None) | Allow Thursday in View | | TimeEnd | DateTime | (None) | The end time for the restriction. | | TimeStart | DateTime | (None) | The start time for the restriction. | | Tuesday | Boolean | (None) | Allow Tuesday in View | | Wednesday | Boolean | (None) | Allow Wednesday in View |