TimeUnits

[ Interface ]

export interface TimeUnits {
    years: boolean;
    months: boolean;
    days: boolean;
    hours: boolean;
    minutes: boolean;
    seconds: boolean;
    milliseconds: boolean;
}


Properties

Name

Type

Description

years

boolean

Visibility of the years

months

boolean

Visibility of the months

days

boolean

Visibility of the days

hours

boolean

Visibility of the hours

minutes

boolean

Visibility of the minutes

seconds

boolean

Visibility of the seconds

milliseconds

boolean

Visibility of the milliseconds

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTimespanPicker.TimeUnits

TimeUnits 1:

Available from version 14