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. |