Name | Description | |
---|---|---|
DeltaTime Constructor | Overloaded. |
The following tables list the members exposed by DeltaTime.
Name | Description | |
---|---|---|
DeltaTime Constructor | Overloaded. |
Name | Description | |
---|---|---|
TimeSpan | Returns the DeltaTime as a TimeSpan. | |
TotalSeconds | Gets the total number of seconds in the DeltaTime. |
Name | Description | |
---|---|---|
CompareTo | Compare two DeltaTimes. | |
Equals | Compares two DeltaTime objects to see if they represent the same time. | |
GetHashCode | Returns a hashcode for this time. | |
GetModelName | Returns the type name of the DeltaTime model. | |
GetObjectData | Serializes the DeltaTime | |
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 DeltaTime | |
ReadXml | This method is used by the XmlSerializer and isn't intended to be called by your code. | |
ToString | Convert the DeltaTime to a string. | |
ToTimeSpan | Returns the DeltaTime as a TimeSpan. | |
TryParse | Try to parse the string as a delta time | |
WriteXml | This method is used by the XmlSerializer and isn't intended to be called by your code. |
Addition | Add two delta times |
Equality | Compare two times to see if they are equal. |
Greater Than | Compare two times to see if the left is greater than the right. |
Greater Than or Equal | Compare two times to see if the left is greater than or equal to the right. |
Inequality | Compare two times to see if they are not equal. |
Less Than | Compare two times to see if the left is less than the right. |
Less Than or Equal | Compare two times to see if the left is less than or equal to the right. |
Subtraction | Subtract two delta times |