menu
ella package
documentation
time/EllaDate.dart
EllaDate
atDayOfMonth method
atDayOfMonth method
dark_mode
light_mode
atDayOfMonth
method
EllaDate
atDayOfMonth
(
int
day
)
Go to day of month
Implementation
EllaDate atDayOfMonth(int day) { return new EllaDate(year, month, day); }
ella package
documentation
time/EllaDate
EllaDate
atDayOfMonth method
EllaDate class