st_minutes property
Duration
get
st_minutes
Converts the integer to a duration representing minutes.
Implementation
Duration get st_minutes {
return SuperTime.toMinutes(this);
}
Converts the integer to a duration representing minutes.
Duration get st_minutes {
return SuperTime.toMinutes(this);
}