Click or drag to resize

FrequencyType Properties

IT Hit WebDAV Classes Reference

The FrequencyType type exposes the following members.

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
See Also