A C D F G H I J K L M O P S T U V W Y

I

inLeapYear() - Static method in class com.sigh.utils.dates.Dates
Returns true if this year is a leap year and the month is greater than February or the month is February and the day is greater than 28.
inLeapYear(Calendar) - Static method in class com.sigh.utils.dates.Dates
Returns true if this year is a leap year and the month is greater than February or the month is February and the day is greater than 28.
inLeapYear(Date) - Static method in class com.sigh.utils.dates.Dates
Returns true if this year is a leap year and the month is greater than February or the month is February and the day is greater than 28.
inLeapYear(long) - Static method in class com.sigh.utils.dates.Dates
Returns true if this year is a leap year and the month is greater than February or the month is February and the day is greater than 28.
isDateValid() - Method in class com.sigh.utils.c_time.CTime
Returns true if the current day is a valid day for this month and year.
isLeapYear(Calendar) - Method in class com.sigh.utils.dates.Dates
 
isLeapYear() - Method in class com.sigh.utils.dates.Dates
Returns boolean true if the current year can be a leap year otherwise returns boolean false.
isLeapYear(int) - Method in class com.sigh.utils.dates.Dates
Returns true if the actual parameter supplied can be a leap year.
isLeapYear(Date) - Method in class com.sigh.utils.dates.Dates
Returns true if year represented in aDate is a leap year Returns false if not.
isValidFormatString(String) - Static method in class com.sigh.utils.strings.c_functions.Csprintf
Checks a format string to see if it is valid and returns true if it is and false if it is not.

A C D F G H I J K L M O P S T U V W Y