Date.LongTime
From Xojo Documentation
This item was deprecated in version 2019r2. Please use DateTime.ToString as a replacement. |
Read-Only Property (As String )
Reports the date in the user’s long time format as a string based on the user’s locale and formatting even if the user’s locale is a Unicode-only locale.
Notes
For example (US format): 2:32:40 PM.
Sample Code
The following example displays the current time in the LongTime format.