TimeUnits
[ Interface ]
export interface TimeUnits {
years: boolean;
months: boolean;
days: boolean;
hours: boolean;
minutes: boolean;
seconds: boolean;
milliseconds: boolean;
}
Properties
Name | Type | Description |
|---|---|---|
years | Visibility of the years | |
months | Visibility of the months | |
days | Visibility of the days | |
hours | Visibility of the hours | |
minutes | Visibility of the minutes | |
seconds | Visibility of the seconds | |
milliseconds | Visibility of the milliseconds |
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTimespanPicker.TimeUnits
![]() | Available from version 14 |
