 | Time Class |
An hour/minute representation of time.
Inheritance Hierarchy
Namespace:
SeniorSystemsWS.Entity.Academic
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax[SerializableAttribute]
public class Time
<SerializableAttribute>
Public Class Time
[SerializableAttribute]
public ref class Time
SeniorSystemsWS.Entity.Academic.Time = function();
Type.createClass(
'SeniorSystemsWS.Entity.Academic.Time');
The Time type exposes the following members.
Properties
| Name | Description |
---|
 | Hour |
Gets or sets the hour.
|
 | Minute |
Gets or sets the minute.
|
Top
Remarks
See Also