hasTime property

bool get hasTime

Check if time setted

Implementation

bool get hasTime {
  return this.hour != 0;
}