Click or drag to resize

TimeHour Property

Gets or sets the hour.

Namespace:  SeniorSystemsWS.Entity.Academic
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public int Hour { get; set; }

Property Value

Type: Int32
The hour for a time unit.
Remarks
This property is set by extracting the hour from a Date/Time.
See Also