SPMinuteSchedule.EndSecond Property
Gets or sets the second at which the schedule ends.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property EndSecond As Integer
Get
Set
'Usage
Dim instance As SPMinuteSchedule
Dim value As Integer
value = instance.EndSecond
instance.EndSecond = value
public int EndSecond { get; set; }
Property Value
Type: System.Int32
A 32-bit integer that specifies the ending second.