Namespace: ITHit.Collab.Calendar
The FrequencyType type exposes the following members.
Name | Description | |
---|---|---|
FrequencyType |
Creates a new instance of the enum object.
|
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.
|
Name | Description | |
---|---|---|
Equals | (Inherited from ExtendibleEnum.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Converts this object to its string representation.
(Inherited from ExtendibleEnum.) |