UtilsLib Xojo plugin

LocaleInfo.DayNameAbbrev Method

To get the abbreviated name of week days then use the DayNameAbbrev function.

shared DayNameAbbrev(
   dayNumber as Integer) as String

Parameters

dayNumber
A number from 1 to 7.

Returns

String

Remarks

returns the abbreviated day name as a string.

See Also

LocaleInfo Class