Navigating DatesgetNextMonthgetNextMonth(): Month | null Returns the next month of the Bikram Sambat date as an enum value. const date = new BikramSambat('2078-05-15') const nextMonth = date.getNextMonth() // An enum representing the next monthgetPreviousMonth