SPHourlySchedule.EndMinute Property

Gets or sets the minute at which the schedule ends.

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

Syntax

'Declaration
Public Property EndMinute As Integer
    Get
    Set
'Usage
Dim instance As SPHourlySchedule
Dim value As Integer

value = instance.EndMinute

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

Property Value

Type: System.Int32
A 32-bit integer that specifies the end minute.

Exceptions

Exception Condition
ArgumentOutOfRangeException

The property is set to a value is less than 0 or greater than 59.

See Also

Reference

SPHourlySchedule Class

SPHourlySchedule Members

Microsoft.SharePoint Namespace