toUtc property

DateTime get toUtc

Converts this date to UTC

Implementation

DateTime get toUtc => DateCalculations.toUTC(this);