AbsTime class/Format String property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 2C7A800
Scope Basic Development Environment
Data Name FormatString
Short Name* FormatString
Long Name* Format String
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 60
Owning Class Name AbsTime Class
Data Type String data type

String

Property Node Format String
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryYes
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

Gets and sets the format of the Time Stamp control.

Time format codes must be between %< and >T. For example, to display the day of the month, enter %<%d>T.

This property is similar to the Format String (Digital) property except that it can accept time format codes.

Refer to the valid format specifiers for numeric data types table for information about which format specifiers you can set depending on the data type of the numeric control and the format specifiers syntax elements table for descriptions of the syntax elements.

If you want to format a string to display time, enclose the string with %<>T.


Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links