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 Interval As Nullable(Of UInteger)
Get
Set
property Nullable<unsigned int> Interval {
Nullable<unsigned int> get ();
void set (Nullable<unsigned int> value);
}
abstract Interval : Nullable<uint32> with get, set
Property Value
Type:
NullableUInt32Remarks 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