ToTimeString

function ToTimeString(date: Date | any, timeFormatLocale?: string | null): string

The function ToTimeString converts a date in accordance with a transferred localization into a string containing the time.

Parameter

Name

Type

Description

date

any

Text, numbers (milliseconds since 1/1/1970) or JavaScript date object.

timeFormatLocale

string

The localization variable as a string. If this is not specified, the currently active language is used for times.

Return value

Type

Description

string

The time of the input value according to the localization in the form of a string.

NuGet package: Beckhoff.TwinCAT.HMI.Functions

ToTimeString 1:

NuGet packages are available from version 1.12.

ToTimeString 2:

Available from version 1.10