asDateTimeUtc method

DateTime asDateTimeUtc()

Implementation

DateTime asDateTimeUtc() {
  return DateTime.utc(year, month, day);
}