SPMonthlySchedule.BeginDay Property
Gets or sets the day on which the schedule begins.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property BeginDay As Integer
Get
Set
'Usage
Dim instance As SPMonthlySchedule
Dim value As Integer
value = instance.BeginDay
instance.BeginDay = value
public int BeginDay { get; set; }
Property Value
Type: System.Int32
A 32-bit integer that specifies the beginning day.
Remarks
An exception is thrown if it is set to a value of less than 1 or greater than 31.