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 millisecond. |
| Minute | Gets or sets the minute. |
| Seconds | Gets or sets the seconds. |
| Name | Description | |
|---|---|---|
| IsNull | Determines whether this instance is null. |
| ToString | Overloaded. Returns a System.String that represents this instance. |
Implicit Type Conversion | Overloaded. Performs an implicit conversion from Time to System.DateTime. |