SPDailySchedule.BeginSecond property

Gets or sets the second at which the schedule begins.

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

Syntax

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

Exceptions

Exception Condition
ArgumentOutOfRangeException

The property is set to a value is less than 0 or greater than 59.

See also

Reference

SPDailySchedule class

SPDailySchedule members

Microsoft.SharePoint namespace