gb.ShortTime (gb)

Const ShortTime As Integer = 15 ' &HF

Constant that represents the short time format.

Example

System.Language = "en_GB.UTF-8"
Print Format(Now, gb.ShortTime)
System.Language = "en_US.UTF-8"
Print Format(Now, gb.ShortTime)
System.Language = "fr_FR.UTF-8"
Print Format(Now, gb.ShortTime)
13:43
13:43
13:43