JAMS Developer Guide
TimeOfDay Structure Members
Fields  Properties  Methods 


MVPSI.JAMS Namespace : TimeOfDay Structure

The following tables list the members exposed by TimeOfDay.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)A TimeOfDay that represents a time that is not specified.  
Top
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)A TimeOfDay that is the current time.  
Public PropertyReturns the seconds between midnight and the time of day.  
Top
Public Methods
 NameDescription
Public MethodCompare two TimeOfDay objects.  
Public MethodCompares two TimeOfDay objects to see if they represent the same time.  
Public MethodReturns a hashcode for this time.  
Public MethodReturns the type name of the TimeOfDay model.  
Public MethodSerializes a TimeOfDay.  
Public MethodThis method is used by the XmlSerializer and isn't intended to be called by your code.  
Public Methodstatic (Shared in Visual Basic)Parse a formatted string and return it as a TimeOfDay  
Public MethodThis method is used by the XmlSerializer and isn't intended to be called by your code.  
Public MethodOverloaded. Returns a DateTime with the time set to this TimeOfDay and the date set to today  
Public MethodOverloaded. Converts a TimeOfDay to a string.  
Public MethodReturns a TimeSpan from midnight to the TimeOfDay  
Public Methodstatic (Shared in Visual Basic)Converts the string representation of a time of day into a MVPSI.JAMS.TimeOfDay. A return value indicates whether the conversion was succeeded.  
Public MethodThis method is used by the XmlSerializer and isn't intended to be called by your code.  
Top
Public Operators
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.
Top
See Also

Reference

TimeOfDay Structure
MVPSI.JAMS Namespace