FpdartOnDateTime extension

fpdart extension methods on DateTime

on

Methods

eqvDay(DateTime other) bool
Return true when this DateTime and other have the same day.
eqvMonth(DateTime other) bool
Return true when this DateTime and other have the same month.
eqvYear(DateTime other) bool
Return true when this DateTime and other have the same year.
eqvYearMonthDay(DateTime other) bool
Return true when this DateTime and other have the same year, month, and day.