|   | Short | 
The ShortTime type exposes the following members.
 Methods
Methods
        | Name | Description | |
|---|---|---|
|   | Add | Adds timespan to this struct | 
|   | AddMilliseconds | Adds milliseconds to this struct | 
|   | AddSeconds | Adds seconds to this struct | 
|   | AddTicks | Adds ticks to this struct | 
|   | Elapsed | Gets the time that has elapsed since the creation of this time. | 
|   | Elapsed(ShortTime) | The elapsed time | 
|   | ElapsedMicroseconds | The elapsed time in microseconds. | 
|   | ElapsedMicroseconds(ShortTime) | The elapsed time in microseconds | 
|   | ElapsedMilliseconds | The elapsed time in milliseconds. | 
|   | ElapsedMilliseconds(ShortTime) | The elapsed time in milliseconds | 
|   | ElapsedSeconds | The elapsed time in seconds. | 
|   | ElapsedSeconds(ShortTime) | The elapsed time in seconds | 
|   | ElapsedTicks | The elapsed time in ticks. | 
|   | ElapsedTicks(ShortTime) | The elapsed time in ticks | 
|   | Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object)) | 
|   | Equals(ShortTime) | Indicates whether the current object is equal to another object of the same type. | 
|   | GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | 
|   | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|   | ToString | Shows the UTC time. (Overrides ValueTypeToString) | 
 Extension Methods
Extension Methods
        | Name | Description | |
|---|---|---|
|   | GetEnumValueOrDefault | Gets the enumeration constant for value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
|   | GetEnumValueOrDefaultT | Gets the enumeration constant for this value, if defined in the enumeration, or a default value. (Defined by EnumExtensions) | 
 See Also
See Also