daysUntil method

int daysUntil(
  1. Jalali other
)

Implementation

int daysUntil(Jalali other) => other.julianDayNumber - julianDayNumber;