| Name | Description | |
|---|---|---|
![]() | TimeOfDay Constructor | Overloaded. |
The following tables list the members exposed by TimeOfDay.
| Name | Description | |
|---|---|---|
![]() | TimeOfDay Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() ![]() | Now | A TimeOfDay that is the current time. |
![]() | TotalSeconds | Returns the seconds between midnight and the time of day. |
| Name | Description | |
|---|---|---|
![]() | CompareTo | Compare two TimeOfDay objects. |
![]() | Equals | Compares two TimeOfDay objects to see if they represent the same time. |
![]() | GetHashCode | Returns a hashcode for this time. |
![]() | GetModelName | Returns the type name of the TimeOfDay model. |
![]() | GetObjectData | Serializes a TimeOfDay. |
![]() | GetSchema | This method is used by the XmlSerializer and isn't intended to be called by your code. |
![]() ![]() | Parse | Parse a formatted string and return it as a TimeOfDay |
![]() | ReadXml | This method is used by the XmlSerializer and isn't intended to be called by your code. |
![]() | ToDateTime | Overloaded. Returns a DateTime with the time set to this TimeOfDay and the date set to today |
![]() | ToString | Overloaded. Converts a TimeOfDay to a string. |
![]() | ToTimeSpan | Returns a TimeSpan from midnight to the TimeOfDay |
![]() ![]() | TryParse | Converts the string representation of a time of day into a MVPSI.JAMS.TimeOfDay. A return value indicates whether the conversion was succeeded. |
![]() | WriteXml | This method is used by the XmlSerializer and isn't intended to be called by your code. |
Equality | Compare two times to see if they are equal. |
Greater Than | Compare two times to see if the left is greater than the right. |
Greater Than or Equal | Compare two times to see if the left is greater than or equal to the right. |
Inequality | Compare two times to see if they are not equal. |
Less Than | Compare two times to see if the left is less than the right. |
Less Than or Equal | Compare two times to see if the left is less than or equal to the right. |