JAMS 6.x Help
DeltaTime Structure Members
Fields  Properties  Methods 


The following tables list the members exposed by DeltaTime.

Public Constructors
 NameDescription
Public ConstructorDeltaTime ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)ZeroReturns a DeltaTime with a value of zero seconds.  
Top
Public Properties
 NameDescription
Public PropertyTimeSpanReturns the DeltaTime as a TimeSpan.  
Public PropertyTotalSecondsGets the total number of seconds in the DeltaTime.  
Top
Public Methods
 NameDescription
Public MethodCompareToCompare two DeltaTimes.  
Public MethodEqualsCompares two DeltaTime objects to see if they represent the same time.  
Public MethodGetHashCodeReturns a hashcode for this time.  
Public MethodGetObjectDataSerializes the DeltaTime  
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 DeltaTime  
Public MethodReadXmlThis method is used by the XmlSerializer and isn't intended to be called by your code.  
Public MethodToStringConvert the DeltaTime to a string.  
Public MethodToTimeSpanReturns the DeltaTime as a TimeSpan.  
Public Methodstatic (Shared in Visual Basic)TryParseTry to parse the string as a delta time  
Public MethodWriteXmlThis method is used by the XmlSerializer and isn't intended to be called by your code.  
Top
Public Operators
public Operator Addition Add two delta times
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.
public Operator Subtraction Subtract two delta times
Top
See Also

Reference

DeltaTime Structure
MVPSI.JAMS Namespace

Send Feedback