st_days property
Duration
get
st_days
Converts the integer to a duration representing days.
Implementation
Duration get st_days {
return SuperTime.toDays(this);
}
Converts the integer to a duration representing days.
Duration get st_days {
return SuperTime.toDays(this);
}