getTodayIndex function

int getTodayIndex()

Retourns the day index throughout the week of the current day. See getDayIndex().

Implementation

int getTodayIndex() => getDayIndex(getToday());