The StatisticValue for statistics with data type that is duration until something will happen.
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 StatisticFutureDurationValue : StatisticValue, IComparable<StatisticFutureDurationValue> |
Visual Basic |
---|
Public Class StatisticFutureDurationValue _ Inherits StatisticValue _ Implements IComparable(Of StatisticFutureDurationValue) |
Remarks
A StatisticFutureDurationValue represents the time span that counts down until something will happen as
opposed to StatisticDurationValue that represents a fixed time span, StatisticTimeDurationValue
which counts up 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..::..StatisticFutureDurationValue
ININ.IceLib.Statistics..::..StatisticValue
ININ.IceLib.Statistics..::..StatisticFutureDurationValue
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.