The FrequencyType type exposes the following members.
Name | Description | |
---|---|---|
Daily |
Used to specify repeating events based on an interval of a day or more. String value is "DAILY", integer value is 4.
| |
Hourly |
Used to specify repeating events based on an interval of an hour or more. String value is "HOURLY", integer value is 3.
| |
Minutely |
Used to specify repeating events based on an interval of a minute or more. String value is "MINUTELY", integer value is 2.
| |
Monthly |
Used to specify repeating events based on an interval of a month or more. String value is "MONTHLY", integer value is 6.
| |
Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) | |
Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) | |
Secondly |
Used to specify repeating events based on an interval of a second or more. String value is "SECONDLY", integer value is 1.
| |
Weekly |
Used to specify repeating events based on an interval of a week or more. String value is "WEEKLY", integer value is 5.
| |
Yearly |
Used to specify repeating events based on an interval of a year or more. String value is "YEARLY", integer value is 7.
|