The duration of the current active state; zero if not active. In milliseconds.
Syntax
[Browsable(false)]
[ColumnDisplay(MaximumWidth=10, RefinementRank=100)]
[DefaultValue(0)]
[Display(AutoGenerateField=false,
Order=0,
ShortName="Current Active Duration Double")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Pure()]
public double CurrentActiveDurationDouble {get;}
[Browsable(false)]
[ColumnDisplay(MaximumWidth=10, RefinementRank=100)]
[DefaultValue(0)]
[Display(AutoGenerateField=false,
Order=0,
ShortName="Current Active Duration Double")]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Pure()]
public:
property double CurrentActiveDurationDouble {
double get();
}
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also