hasTime property

bool get hasTime

Implementation

bool get hasTime =>
    this.second != 0 ||
    this.minute != 0 ||
    this.hour != 0 ||
    this.millisecond != 0;