daySecond property

int get daySecond

Implementation

int get daySecond {
  return hour * 3600 + minute * 60 + second;
}