Table of Contents
- Introduction
- Constructor
- Properties
- Initialization
- Working with Dates
- Formating Dates
- Navigating Dates
- getPreviousYear(): number
- getNextYear(): number
- toAD(): Date
- addYears(years: number): BikramSambat
- addMonths(months: number): BikramSambat
- addDays(days: number): BikramSambat
- getDaysInMonth(): number
- isLeapYear(): boolean
- getDayOfWeek(): number
- getPreviousMonth(): Month | null
- getNextMonth(): Month | null
- Comparing Dates
- Fetching Relative Dates
- Static Methods