Skip navigation links
C D E F G I J L M N O S T V 

C

com.github.eloyzone.jalalicalendar - package com.github.eloyzone.jalalicalendar
 

D

DateConverter - Class in com.github.eloyzone.jalalicalendar
Created by Eloy on 4/17/2017.
DateConverter() - Constructor for class com.github.eloyzone.jalalicalendar.DateConverter
 
DayOfWeekPersian - Enum in com.github.eloyzone.jalalicalendar
Created By Eloy on 5/6/18.

E

equals(Object) - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
Checks if this date is equal to another date.

F

format(JalaliDateFormatter) - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
reformats jalali date with provided format.
format(JalaliDate) - Method in class com.github.eloyzone.jalalicalendar.JalaliDateFormatter
Returns a string that shows given jalali date in a proper formatting, it first parses the given pattern and creates some place holders for future values then it applies format.
FORMAT_IN_ENGLISH - Static variable in class com.github.eloyzone.jalalicalendar.JalaliDateFormatter
a flag for configuring the language of formatting.
FORMAT_IN_PERSIAN - Static variable in class com.github.eloyzone.jalalicalendar.JalaliDateFormatter
a flag for configuring the language of formatting.

G

getDay() - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
 
getDayOfWeek() - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
gets current day of week
getDayOfWeekPersian(JalaliDate) - Method in class com.github.eloyzone.jalalicalendar.DateConverter
 
getEnum(int) - Static method in enum com.github.eloyzone.jalalicalendar.DayOfWeekPersian
 
getEnum(int) - Static method in enum com.github.eloyzone.jalalicalendar.MonthPersian
 
getMonthPersian() - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
 
getStringInEnglish() - Method in enum com.github.eloyzone.jalalicalendar.DayOfWeekPersian
 
getStringInEnglish() - Method in enum com.github.eloyzone.jalalicalendar.MonthPersian
Gets the month-of-year in english string format.
getStringInPersian() - Method in enum com.github.eloyzone.jalalicalendar.DayOfWeekPersian
 
getStringInPersian() - Method in enum com.github.eloyzone.jalalicalendar.MonthPersian
Gets the month-of-year in persian string format.
getValue() - Method in enum com.github.eloyzone.jalalicalendar.DayOfWeekPersian
Gets the days-of-week int value.
getValue() - Method in enum com.github.eloyzone.jalalicalendar.MonthPersian
Gets the month-of-year int value.
getYear() - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
 
gregorianToJalali(int, int, int) - Method in class com.github.eloyzone.jalalicalendar.DateConverter
converts gregorian date based on input arguments to jalali date.
gregorianToJalali(int, Month, int) - Method in class com.github.eloyzone.jalalicalendar.DateConverter
converts gregorian date based on input arguments to jalali date.

I

isLeapYear() - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
 

J

JalaliDate - Class in com.github.eloyzone.jalalicalendar
Created By Eloy on 5/6/18.
JalaliDate() - Constructor for class com.github.eloyzone.jalalicalendar.JalaliDate
Only DateConverter is allowed to create an object of JalaliDate with empty constructor's argument
JalaliDate(int, int, int) - Constructor for class com.github.eloyzone.jalalicalendar.JalaliDate
creates an object of jalali date.
JalaliDateFormatter - Class in com.github.eloyzone.jalalicalendar
Created By Eloy on 5/6/18.
JalaliDateFormatter(String) - Constructor for class com.github.eloyzone.jalalicalendar.JalaliDateFormatter
constructor that sets english as a default formatting language.
JalaliDateFormatter(String, int) - Constructor for class com.github.eloyzone.jalalicalendar.JalaliDateFormatter
constructor that sets desired language for formatting
jalaliToGregorian(JalaliDate) - Method in class com.github.eloyzone.jalalicalendar.DateConverter
converts jalali date based on input arguments to gregorian date.
jalaliToGregorian(int, MonthPersian, int) - Method in class com.github.eloyzone.jalalicalendar.DateConverter
converts jalali date based on input arguments to gregorian date.
jalaliToGregorian(int, int, int) - Method in class com.github.eloyzone.jalalicalendar.DateConverter
converts jalali date based on input arguments to gregorian date.

L

leapPersiana(double) - Method in class com.github.eloyzone.jalalicalendar.DateConverter
checks whether provided year is leap year or not.

M

MonthPersian - Enum in com.github.eloyzone.jalalicalendar
Created By Eloy on 5/6/18.

N

nowAsGregorian() - Method in class com.github.eloyzone.jalalicalendar.DateConverter
returns current gregorian date based on Java8's LocalDate.
nowAsJalali() - Method in class com.github.eloyzone.jalalicalendar.DateConverter
returns current date based on jalali Date.

O

of(int) - Static method in enum com.github.eloyzone.jalalicalendar.MonthPersian
Obtains an instance of MonthPersian from an int value.

S

setDay(int) - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
 
setDayOfWeekPersian(DayOfWeekPersian) - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
 
setLeapYear(boolean) - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
 
setMonthPersian(MonthPersian) - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
 
setYear(int) - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
set year of jalali date and then checks is it a leap year or not.

T

toString() - Method in class com.github.eloyzone.jalalicalendar.JalaliDate
Transforms date to ISO-8601 standard contains year, month and day

V

valueOf(String) - Static method in enum com.github.eloyzone.jalalicalendar.DayOfWeekPersian
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.eloyzone.jalalicalendar.MonthPersian
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.eloyzone.jalalicalendar.DayOfWeekPersian
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.eloyzone.jalalicalendar.MonthPersian
Returns an array containing the constants of this enum type, in the order they are declared.
C D E F G I J L M N O S T V 
Skip navigation links

Copyright © 2018. All rights reserved.