JHijri class

JHijri IS the Main Class you Can Call it like final jHijri = JHijri();

Constructors

JHijri.new({int fDay = 1, int fMonth = 1, int fYear = 1, DateTime? fDate, DisplayFormat fDisplay = DisplayFormat.DDMMMYYYY})
JHijri.now()
JHijri constructor JHijri.now

Properties

dateTime DateTime
DateTime getter dateTime
no setter
day int
int getter day
no setter
dayName String
String getter dayName
no setter
fDate DateTime?
DateTime Setter fDate
getter/setter pair
fDay int
int Setters fDay and fMonth and fYear
getter/setter pair
fDisplay DisplayFormat
DisplayFormat Setter fDisplay
getter/setter pair
fMonth int
int Setters fDay and fMonth and fYear
getter/setter pair
fullDate String
String getter fullDate
no setter
fYear int
int Setters fDay and fMonth and fYear
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hijri HijriDate
HijriDate getter hijri
no setter
month int
int getter month
no setter
monthName String
String getter monthName
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekday int
int getter weekday
no setter
year int
int getter year
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Map method toMap
toString() String
override method toString
override

Operators

operator ==(Object other) bool
The equality operator.
inherited