JAMS Developer Guide
DeltaTime Structure Members
Fields  Properties  Methods 


MVPSI.JAMS Namespace : DeltaTime Structure

The following tables list the members exposed by DeltaTime.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Returns a DeltaTime with a value of zero seconds.  
Top
Public Properties
 NameDescription
Public PropertyReturns the DeltaTime as a TimeSpan.  
Public PropertyGets the total number of seconds in the DeltaTime.  
Top
Public Methods
 NameDescription
Public MethodCompare two DeltaTimes.  
Public MethodCompares two DeltaTime objects to see if they represent the same time.  
Public MethodReturns a hashcode for this time.  
Public MethodReturns the type name of the DeltaTime model.  
Public MethodSerializes the DeltaTime  
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 DeltaTime  
Public MethodThis method is used by the XmlSerializer and isn't intended to be called by your code.  
Public MethodConvert the DeltaTime to a string.  
Public MethodReturns the DeltaTime as a TimeSpan.  
Public Methodstatic (Shared in Visual Basic)Try to parse the string as a delta time  
Public MethodThis method is used by the XmlSerializer and isn't intended to be called by your code.  
Top
Public Operators
Add two delta times
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.
Subtract two delta times
Top
See Also

Reference

DeltaTime Structure
MVPSI.JAMS Namespace