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. |
![]() | 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 |