Click or drag to resize

FrequencyType Class

IT Hit WebDAV Classes Reference
Represents the type of recurrence rule.
Inheritance Hierarchy
SystemObject
  ITHit.CollabExtendibleEnum
    ITHit.Collab.CalendarFrequencyType

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public class FrequencyType : ExtendibleEnum

The FrequencyType type exposes the following members.

Constructors
  NameDescription
Public methodFrequencyType
Creates a new instance of the enum object.
Top
Properties
  NameDescription
Public propertyStatic memberDaily
Used to specify repeating events based on an interval of a day or more. String value is "DAILY", integer value is 4.
Public propertyStatic memberHourly
Used to specify repeating events based on an interval of an hour or more. String value is "HOURLY", integer value is 3.
Public propertyStatic memberMinutely
Used to specify repeating events based on an interval of a minute or more. String value is "MINUTELY", integer value is 2.
Public propertyStatic memberMonthly
Used to specify repeating events based on an interval of a month or more. String value is "MONTHLY", integer value is 6.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberSecondly
Used to specify repeating events based on an interval of a second or more. String value is "SECONDLY", integer value is 1.
Public propertyStatic memberWeekly
Used to specify repeating events based on an interval of a week or more. String value is "WEEKLY", integer value is 5.
Public propertyStatic memberYearly
Used to specify repeating events based on an interval of a year or more. String value is "YEARLY", integer value is 7.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ExtendibleEnum.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts this object to its string representation.
(Inherited from ExtendibleEnum.)
Top
See Also