includesTime property

bool includesTime

Implementation

bool get includesTime {
  return this.includesHour ||
      this.includesMinute ||
      this.includesSecond ||
      this.includesMillisecond;
}