SPMonthlyByDaySchedule.BeginSecond Property
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BeginSecond As Integer
Get
Set
'Usage
Dim instance As SPMonthlyByDaySchedule
Dim value As Integer
value = instance.BeginSecond
instance.BeginSecond = value
public int BeginSecond { get; set; }
Property Value
Type: System.Int32