isUtc property

bool isUtc

True if this Day is set to UTC time.

Uses DateTime.isUtc.

Implementation

bool get isUtc => _time.isUtc;