Table of Contents
Enumerations #
Name | Values |
---|---|
RepeatIntervals | None |
Daily | |
Weekly | |
Monthly | |
Yearly |
Constants #
Name | Type | Value |
---|
This class exposes no constants.
Events #
Definition | Parameters | Description |
---|
This class exposes no events.
Methods #
Definition | Parameters | Return Type | Description |
---|---|---|---|
Constructor | StartDate as Date | None | Instantiates a new instance of this object. |
EndDate as Date | |||
Repeat as RepeatIntervals |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
EndDate | Date | Nil | When the restriction ends. |
Repeat | RepeatIntervals | RepeatIntervals.None | The repeat interval of the restriction. |
StartDate | Date | Nil | When the restriction begins. |
Tag | Variant | Nil | Developer storage. |
Examples #
This class currently has no examples.
Notes #
This class currently has no notes.