FpdartOnDateTime extension

fpdart extension methods on DateTime

on

Methods

eqvDay(DateTime other) bool

Available on DateTime, provided by the FpdartOnDateTime extension

Return true when this DateTime and other have the same day.
eqvMonth(DateTime other) bool

Available on DateTime, provided by the FpdartOnDateTime extension

Return true when this DateTime and other have the same month.
eqvYear(DateTime other) bool

Available on DateTime, provided by the FpdartOnDateTime extension

Return true when this DateTime and other have the same year.
eqvYearMonthDay(DateTime other) bool

Available on DateTime, provided by the FpdartOnDateTime extension

Return true when this DateTime and other have the same year, month, and day.