menu
nepali_calendar_flutter package
documentation
nepali_calendar_flutter.dart
NepaliDateTime
weekday property
weekday property
dark_mode
light_mode
weekday
property
@
override
int
get
weekday
override
The day of the week Sunday..Saturday.
Implementation
@override int get weekday => toDateTime().weekday % 7 + 1;
nepali_calendar_flutter package
documentation
nepali_calendar_flutter
NepaliDateTime
weekday property
NepaliDateTime class