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. |