toTimeOfDayS method

TimeOfDayS toTimeOfDayS()

Implementation

TimeOfDayS toTimeOfDayS() {
  return TimeOfDayS(hour: hour, minute: minute, seconds: second);
}