isUtc property

bool isUtc

True if this JDate is set to UTC time.

var date = JDate.utc(1377, 6, 6);
assert(date.isUtc);

Implementation

bool get isUtc => _isUtc;