DateTimeFormat.getAbbreviatedDayName

$(ANCHOR DateTimeFormat_getAbbreviatedDayName) Retrieves the abbreviated name of the specified day of the week based on the culture of the instance.

class DateTimeFormat
final
const(char)[]
getAbbreviatedDayName

Return Value

Type: const(char)[]

The abbreviated name of the day of the week represented by dayOfWeek.

Meta