UtilsLib Xojo plugin

LocaleInfo.DayName Method

To get the name of week days then use the DayName function.

shared DayName(
   dayNumber as Integer) as String

Parameters

dayNumber
A number from 1 to 7.

Returns

String

Remarks

returns the day name as a string.

See Also

LocaleInfo Class