다음을 통해 공유


SPMinuteSchedule.BeginSecond Property

Gets or sets the second at which the schedule begins.

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

Syntax

'Declaration
Public Property BeginSecond As Integer
    Get
    Set
'Usage
Dim instance As SPMinuteSchedule
Dim value As Integer

value = instance.BeginSecond

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

Property Value

Type: System.Int32
A 32-bit integer that specifies the beginning second.

See Also

Reference

SPMinuteSchedule Class

SPMinuteSchedule Members

Microsoft.SharePoint Namespace