DateTimeFormat.getDayName

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

class DateTimeFormat
final
const(char)[]
getDayName

Return Value

Type: const(char)[]

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

Meta