Gets or sets the recurrence pattern repetition rate for a specific day.
[Visual Basic] Property Interval As TimeSpan [C#] TimeSpan Interval {get; set;} [C++] TimeSpan get_Interval() = 0;void set_Interval(TimeSpan) = 0; [JScript] abstract function get Interval() : TimeSpan; public abstract function set Interval(TimeSpan);
A TimeSpan that represents the recurrence pattern repetition rate for a specific day. For example, the event should be raised every hour. The default value is 0.
IRecurrencePattern Interface | IRecurrencePattern Members | System.Timers Namespace | TimeSpan