SPMinuteSchedule.Interval Property

Gets or sets the interval of the schedule.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property Interval As Integer
    Get
    Set
'Usage
Dim instance As SPMinuteSchedule
Dim value As Integer

value = instance.Interval

instance.Interval = value
public int Interval { get; set; }

Property Value

Type: System.Int32
A 32-bit integer that specifies the interval in minutes. The default value is 5.

See Also

Reference

SPMinuteSchedule Class

SPMinuteSchedule Members

Microsoft.SharePoint Namespace