The from() method of java.time.chrono.HijrahDate class is used to get the hijrah date according to the hijrah calendar system for the particular temporal object. Syntax:… Read More
Tag Archives: Java-HijrahDate
The toEpochDay() method of java.time.chrono.HijrahDate class is used to get the number of epoch days present in between the current hijrah date and 1389-10-22. Syntax:… Read More
The of() method of java.time.chrono.HijrahDate class is used to generate the date according to Islamic hijri calendar system by using the passed proleptic year, month… Read More
The toString() method of java.time.chrono.HijrahDate class is used to represent the hijrah date into the string format.Syntax: public String toString() Parameter: This method does not… Read More
The minus() method of java.time.chrono.HijrahDate class is used to get the hijrah date after subtracting an amount of temporal accessor unit from the current hijrah… Read More
The isLeapYear() method of java.time.chrono.HijrahDate class is used to differentiate between the leap year and non leap year. If the year represented by this HijrahDate… Read More
The range() method of java.time.chrono.HijrahDate class is used get the range from the specified field of type TemporalField. Syntax: public ValueRange range(TemporalField field) Parameter: This… Read More
The now() method of java.time.chrono.HijrahDate class is used to get the current hijrah date according to the hijrah calendar system from the specified clock. Syntax:… Read More
The lengthOfMonth() method of java.time.chrono.HijrahDate class is used to get the number of days present in a month represented by a particular hijrah date. Syntax:… Read More
The lengthOfYear() method of java.time.chrono.HijrahDate class is used to get the no of days present in a year represented by a particular hijrah date. Syntax:… Read More
The now() method of java.time.chrono.HijrahDate class is used to get the current hijrah date according to the hijrah calendar system in the specified zone. Syntax:… Read More
The plus() method of java.time.chrono.HijrahDate class is used to get the hijrah date after adding an amount of temporal accessor unit with the current hijrah… Read More
The getEra() method of java.time.chrono.HijrahDate class is used to retrieve the era related to this hijrah date.Syntax: public HijrahEra getEra() Parameter: This method does not… Read More
The getLong() method of java.time.chrono.HijrahDate class is used to retrieve the passed temporal field in long format. Syntax: public long getLong(TemporalField field) Parameter: This method… Read More
The getChronology() method of java.time.chrono.HijrahDate class is used to retrieve the chronology of this hijrah date under which this date lies.Syntax: public HijrahChronology getChronology() Parameter:… Read More