The StatisticValue for statistics with data type that is duration since something happened.
Namespace: ININ.IceLib.StatisticsAssembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public class StatisticTimeDurationValue : StatisticValue, IComparable<StatisticTimeDurationValue> |
Visual Basic |
---|
Public Class StatisticTimeDurationValue _ Inherits StatisticValue _ Implements IComparable(Of StatisticTimeDurationValue) |
Remarks
A StatisticTimeDurationValue represents the time span that counts up since something happened as opposed to
StatisticDurationValue that represents a fixed time span, StatisticFutureDurationValue
which counts down since something happened, or StatisticFiniteDurationValue which switches between counting and fixed.
This allows consumer applications to count down until the event will occur.
Inheritance Hierarchy
System..::..Object
ININ.IceLib.Statistics..::..StatisticValue
ININ.IceLib.Statistics..::..StatisticTimeDurationValue
ININ.IceLib.Statistics..::..StatisticValue
ININ.IceLib.Statistics..::..StatisticTimeDurationValue
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.