  | 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)
Syntaxpublic int Hour { get; set; }Public Property Hour As Integer
	Get
	Set
public:
property int Hour {
	int get ();
	void set (int value);
}function get Hour () : int
function set Hour (value : int)
function get_Hour();
function set_Hour(value);
Property Value
Type: 
Int32The hour for a time unit.
Remarks
            This property is set by extracting the hour from a Date/Time.
            
See Also