Condividi tramite


SPMonthlyByDaySchedule.BeginMinute property

The begin minute for the schedule.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property BeginMinute As Integer
    Get
    Set
'Usage
Dim instance As SPMonthlyByDaySchedule
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.

See also

Reference

SPMonthlyByDaySchedule class

SPMonthlyByDaySchedule members

Microsoft.SharePoint namespace