The StatisticValue for statistics with data type that is duration since something happened.

Namespace: ININ.IceLib.Statistics
Assembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)

Collapse imageSyntax

C#
public class StatisticTimeDurationValue : StatisticValue, 
	IComparable<StatisticTimeDurationValue>
Visual Basic
Public Class StatisticTimeDurationValue _
	Inherits StatisticValue _
	Implements IComparable(Of StatisticTimeDurationValue)

Collapse imageRemarks

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.

Collapse imageInheritance Hierarchy

System..::..Object
  ININ.IceLib.Statistics..::..StatisticValue
    ININ.IceLib.Statistics..::..StatisticTimeDurationValue

Collapse imageVersion Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

Collapse imageSee Also