Click or drag to resize

IRecurrenceRuleInterval Property

IT Hit WebDAV Classes Reference
Gets or sets "INTERVAL" rule part which contains a positive integer representing at which intervals the recurrence rule repeats.

Namespace: ITHit.WebDAV.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
Nullable<uint> Interval { get; set; }

Property Value

Type: NullableUInt32
Remarks

For example, within a DAILY rule, a value of "8" means every eight days.

If interval is not specified the value of "1" is returned.

See Also