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.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
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