WebListBoxDateTimeRenderer.TimeFormat
From Xojo Documentation
Property (As DateTime.FormatStyles )
aWebListBoxDateTimeRenderer.TimeFormat = newDateTime.FormatStylesValue
or
DateTime.FormatStylesValue = aWebListBoxDateTimeRenderer.TimeFormat
New in 2020r1
Supported for all project types and targets.
or
DateTime.FormatStylesValue = aWebListBoxDateTimeRenderer.TimeFormat
New in 2020r1
Supported for all project types and targets.
The format in which the time portion of the Value property will be displayed.
See Also
DateTime.FormatStyles enumeration.