The following tables list the members exposed by Time.
| Name | Description | |
|---|---|---|
| Time Constructor | Initializes a new instance of the Time struct. |
| Name | Description | |
|---|---|---|
| Hour | Gets or sets the hour. |
| Millisecond | Gets or sets the milliseconds. |
| Minute | Gets or sets the minute. |
| Seconds | Gets or sets the seconds. |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from System.ValueType) |
| GetHashCode | (Inherited from System.ValueType) |
| IsNull | Determines whether this instance is null. |
| ToString | Overloaded. Overridden. Returns a String that represents the current T:Time. |
Implicit Type Conversion | Overloaded. Performs an implicit conversion from Time to DateTime. |