onlyDateUtc property

DateTime onlyDateUtc

Implementation

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