The StatisticTimeDurationValue type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone |
Clones this value.
(Overrides StatisticValue..::..Clone()()()().) | |
CompareTo(Object) |
Compares one statistic value to another.
(Inherited from StatisticValue.) | |
CompareTo(StatisticTimeDurationValue) |
Compares one statistic value to another.
| |
CompareTo(StatisticValue) |
Compares one statistic value to another.
(Inherited from StatisticValue.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetBestString(Func<(Of <<'(String>)>>)) |
Gets the best string.
(Inherited from StatisticValue.) | |
GetBestString(String) |
Gets the best string.
(Inherited from StatisticValue.) | |
GetDisplayString |
Gets the value as a display string.
(Overrides StatisticValue..::..GetDisplayString()()()().) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetNormalizedValue |
Gets the elapsed TimeSpan value as a normalized value by casting the number of ticks to a double.
(Overrides StatisticValue..::..GetNormalizedValue()()()().) | |
GetTimeStamp |
Gets the time stamp associated with this time duration.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |||
---|---|---|---|---|
Definition |
Gets the definition.
(Inherited from StatisticValue.) | |||
ErrorReason |
Gets a value indicating the reason the StatisticValue could not be retrieved.
(Inherited from StatisticValue.) | |||
IsError |
Gets a value indicating whether this instance is in an error state.
This statistic has not been properly received from the server and should
not be trusted.
(Inherited from StatisticValue.) | |||
IsNull |
Gets a value indicating whether this instance is nullNothingnullptra null reference (Nothing in Visual Basic).
(Inherited from StatisticValue.)
| |||
NullDisplayString |
Returns the display string that is used to display a statistic with a nullNothingnullptra null reference (Nothing in Visual Basic) value.
(Inherited from StatisticValue.) | |||
StatisticErrorValueString |
Returns the display string that is used to display a statistic with an error.
(Inherited from StatisticValue.) | |||
TimeSpanWithDayFormatString |
Returns the display string that is used to display a TimeSpan that contains a day.
(Inherited from StatisticValue.) | |||
TimeSpanWithoutDayFormatString |
Returns the display string that is used to display a TimeSpan that does not contains a day.
(Inherited from StatisticValue.) | |||
Value |
Gets the value as a time span. The value returns the TimeSpan since the time stamp associated with this value.
See GetTimeStamp()()()().
|