operator fun minus(period: Period): Date
Returns this date with period subtracted from it.
Years are added first, then months, then days. If the day exceeds the maximum month length at any step, it will be coerced into the valid range.
(iosArm64, iosX64, jvm, macosX64, tvosArm64, tvosX64, watchosArm64, watchosX86)operator fun minus(years: IntYears): Dateoperator fun minus(years: LongYears): Dateoperator fun minus(months: IntMonths): Dateoperator fun minus(months: LongMonths): Dateoperator fun minus(weeks: IntWeeks): Dateoperator fun minus(weeks: LongWeeks): Dateoperator fun minus(days: IntDays): Dateoperator fun minus(days: LongDays): Date