Timeformatseparator – Echelon OpenLNS User Manual
Page 388
OpenLNS Programmer's Reference
351
control panel Regional Options applet.
This is the default.
1 lcaFormatLocaleSource
SystemDefaultRegionalSetting
Select this value to have OpenLNS set
the associated property automatically,
based on the system default Windows
regional settings of the computer
running your application.
The default settings may vary
depending on which operating system
is installed on the computer running
the application.
Consult the Microsoft Developer’s
Network documentation for more
information on this.
2 lcaFormatLocaleSource
ManualSetting
This value indicates that the value of
the associated property has been set
manually by your application.
Data Type
Long.
Read/Write
Read/write.
Added to API
LNS Release 3.20.
TimeFormatSeparator
Summary
Determines which symbol will be used to separate digits
representing hours, minutes and seconds when the formatted
value is displayed as a time.
For example, if this property is set to the colon (:) character,
times would be displayed as follows: 1:12:33, 11:22:55, and so
on.
You can determine the format and order used to display the
hour, minute and second digits with the ShortTimeFormat
property. This applies to format specifications containing the
time()
macro in their text format specification, such as
SNVT_date_time#LO:
text(time(hour, minute, second))
You can use the TimeFormatSeparatorSource property to
determine how the
TimeFormatSeparator
property should be
filled in.
Availability
Local, full, and lightweight clients.