Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the minute at which the schedule begins.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property BeginMinute As Integer
Get
Set
'Usage
Dim instance As SPDailySchedule
Dim value As Integer
value = instance.BeginMinute
instance.BeginMinute = value
public int BeginMinute { get; set; }
Property Value
Type: System.Int32
A 32-bit integer that specifies the beginning minute.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The property is set to a value is less than 0 or greater than 59. |