JAMS 6.x Help
TimeOfDay Structure Members
Fields  Properties  Methods 


The following tables list the members exposed by TimeOfDay.

Public Constructors
 NameDescription
Public ConstructorTimeOfDay ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)EmptyA TimeOfDay that represents a time that is not specified.  
Top
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)NowA TimeOfDay that is the current time.  
Public PropertyTotalSecondsReturns the seconds between midnight and the time of day.  
Top
Public Methods
 NameDescription
Public MethodCompareToCompare two TimeOfDay objects.  
Public MethodEqualsCompares two TimeOfDay objects to see if they represent the same time.  
Public MethodGetHashCodeReturns a hashcode for this time.  
Public MethodGetObjectDataSerializes a TimeOfDay.  
Public MethodGetSchemaThis method is used by the XmlSerializer and isn't intended to be called by your code.  
Public Methodstatic (Shared in Visual Basic)ParseParse a formatted string and return it as a TimeOfDay  
Public MethodReadXmlThis method is used by the XmlSerializer and isn't intended to be called by your code.  
Public MethodToDateTimeOverloaded. Returns a DateTime with the time set to this TimeOfDay and the date set to today  
Public MethodToStringOverloaded. Converts a TimeOfDay to a string.  
Public MethodToTimeSpanReturns a TimeSpan from midnight to the TimeOfDay  
Public MethodWriteXmlThis method is used by the XmlSerializer and isn't intended to be called by your code.  
Top
Public Operators
public Operator Equality Compare two times to see if they are equal.
public Operator Greater Than Compare two times to see if the left is greater than the right.
public Operator Greater Than or Equal Compare two times to see if the left is greater than or equal to the right.
public Operator Inequality Compare two times to see if they are not equal.
public Operator Less Than Compare two times to see if the left is less than the right.
public Operator Less Than or Equal 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

Send Feedback