MVPSI.JAMS Namespace : TimeOfDay Structure |
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. |
![]() | 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 |
![]() | WriteXml | This method is used by the XmlSerializer and isn't intended to be called by your code. |
![]() | Compare two times to see if they are equal. |
![]() | Compare two times to see if the left is greater than the right. |
![]() | Compare two times to see if the left is greater than or equal to the right. |
![]() | Compare two times to see if they are not equal. |
![]() | Compare two times to see if the left is less than the right. |
![]() | Compare two times to see if the left is less than or equal to the right. |