Share via


SPSystemTime.Second Property

Gets or sets the second.

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

Syntax

'Declaration
Public Property Second As UShort
    Get
    Set
'Usage
Dim instance As SPSystemTime
Dim value As UShort

value = instance.Second

instance.Second = value
public ushort Second { get; set; }

Property Value

Type: System.UInt16
An unsigned 16-bit integer that specifies the second.

See Also

Reference

SPSystemTime Structure

SPSystemTime Members

Microsoft.SharePoint Namespace