Property ShowTimeUnits
- Namespace
- Skyline.DataMiner.Automation
- Assembly
- SLNetTypes.dll
ShowTimeUnits
Gets or sets a value indicating whether to display time labels in web component control. From DataMiner 10.3.0 [CU1]/10.3.4 onwards, the ShowTimeUnits
property displays labels indicating the days, hours, minutes, and seconds. The ShowTimeUnits
property is only supported in the DataMiner web apps and not in DataMiner Cube.
public bool ShowTimeUnits { get; set; }
Property Value
- bool
true
to display time labels in web component control; otherwise,false
.
Remarks
Default: false
.