JHijri constructor
JHijri({
- int fDay = 1,
- int fMonth = 1,
- int fYear = 1,
- DateTime? fDate,
- DisplayFormat fDisplay = DisplayFormat.DDMMMYYYY,
Implementation
JHijri(
{this.fDay = 1,
this.fMonth = 1,
this.fYear = 1,
this.fDate,
this.fDisplay = DisplayFormat.DDMMMYYYY});