SPSystemTime.Hour Property
Gets or sets the hour.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Hour As UShort
Get
Set
'Usage
Dim instance As SPSystemTime
Dim value As UShort
value = instance.Hour
instance.Hour = value
public ushort Hour { get; set; }
Property Value
Type: System.UInt16
An unsigned 16-bit integer that specifies the hour.