DateTimeExtensions extension
- on
Methods
-
addTime(
{int years = 0, int months = 0, int days = 0, int hours = 0, int minutes = 0, int seconds = 0, int microseconds = 0}) → DateTime -
Available on DateTime, provided by the DateTimeExtensions extension
-
format(
String format) → String -
Available on DateTime, provided by the DateTimeExtensions extension
-
fromFormatted(
String dateString, {String format = ""}) → DateTime -
Available on DateTime, provided by the DateTimeExtensions extension
-
isSame(
DateTime contraDate) → bool -
Available on DateTime, provided by the DateTimeExtensions extension
-
subtractTime(
{int years = 0, int months = 0, int days = 0, int hours = 0, int minutes = 0, int seconds = 0, int microseconds = 0}) → DateTime -
Available on DateTime, provided by the DateTimeExtensions extension