SPSystemTime.Hour property
Gets or sets the hour.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.