NDCoreUtilsDateTime extension

on

Methods

copyWith({int? year, int? month, int? day, int? hour, int? minute, int? second, int? millisecond, int? microsecond, bool? isUtc}) DateTime
isAfterOrAtSameMomentAs(DateTime other) bool
isBeforeOrAtSameMomentAs(DateTime other) bool
ndCopyWith({int? year, int? month, int? day, int? hour, int? minute, int? second, int? millisecond, int? microsecond, bool? isUtc}) DateTime
ndIsAfterOrAtSameMomentAs(DateTime other) bool
ndIsBeforeOrAtSameMomentAs(DateTime other) bool
ndUtcDate({Duration timeZoneOffset = const Duration(hours: 0)}) DateTime
utcDate({Duration timeZoneOffset = const Duration(hours: 0)}) DateTime