FpdartOnDateTime extension
fpdart extension methods on DateTime
- on
Methods
-
eqvDay(
DateTime other) → bool -
Available on DateTime, provided by the FpdartOnDateTime extension
Returntruewhen this DateTime andotherhave the same day. -
eqvMonth(
DateTime other) → bool -
Available on DateTime, provided by the FpdartOnDateTime extension
Returntruewhen this DateTime andotherhave the same month. -
eqvYear(
DateTime other) → bool -
Available on DateTime, provided by the FpdartOnDateTime extension
Returntruewhen this DateTime andotherhave the same year. -
eqvYearMonthDay(
DateTime other) → bool -
Available on DateTime, provided by the FpdartOnDateTime extension
Returntruewhen this DateTime andotherhave the same year, month, and day.