Time Members
The Time type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Time()()()() |
This will create a Time object with no time value being set
|
|
Time(Int32) |
This will create a time value with the passed in time value.
|
Methods
Name | Description | |
---|---|---|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Now |
A static method to return the current Time. This uses the DateTime.Now call
and then converts it to a Time object.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
MilitaryTime |
Gets or Sets the current Military time value. Military time is in the range of 0 to 2400.
|