DateTimeExtensions<dynamics extends DateTime> extension
- on
Methods
-
adjustTimeToDateHourAndMinutesOnly(
{bool isUtc = true, DateTime? date}) → DateTime -
Available on DateTime, provided by the DateTimeExtensions extension
-
adjustTimeToDateHourOnly(
{bool isUtc = true, DateTime? date}) → DateTime -
Available on DateTime, provided by the DateTimeExtensions extension
-
convertSliderDateTimeToString(
) → String -
Available on DateTime, provided by the DateTimeExtensions extension
-
convertTimeIntoDecimalOfHour(
[int decimalPoint = 1]) → double -
Available on DateTime, provided by the DateTimeExtensions extension
-
convertToDate(
{bool isUtc = true, DateTime? date}) → DateTime -
Available on DateTime, provided by the DateTimeExtensions extension
-
convertToDuration(
) → Duration -
Available on DateTime, provided by the DateTimeExtensions extension
-
convertToMonthString(
) → String -
Available on DateTime, provided by the DateTimeExtensions extension
-
convertToStringTime(
{bool showSeconds = false, bool showUtcSymbol = false, bool preferUtcSymbolThanZ = false, bool showSeparatorSymbol = true}) → String -
Available on DateTime, provided by the DateTimeExtensions extension
-
getDayName(
) → String -
Available on DateTime, provided by the DateTimeExtensions extension
-
isDateWithinTodaysMonth(
) → bool -
Available on DateTime, provided by the DateTimeExtensions extension
-
roundDown(
{Duration durationToRoundDown = const Duration(minutes: 5), bool isUTC = true}) → DateTime -
Available on DateTime, provided by the DateTimeExtensions extension
-
toAtcDateString(
{bool atcFormat = true, bool withSeparators = true, String separator = "/"}) → String -
Available on DateTime, provided by the DateTimeExtensions extension
-
toNearestMinute(
{int nearestMinute = 5, bool isroundDownTo = false, bool isUTC = true}) → DateTime -
Available on DateTime, provided by the DateTimeExtensions extension