NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IRecurrencePattern.Interval

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);

Property Value

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.

See Also

IRecurrencePattern Interface | IRecurrencePattern Members | System.Timers Namespace | TimeSpan