Package com.stimulsoft.report.dictionary
Class StiFunctionsDate
java.lang.Object
com.stimulsoft.report.dictionary.StiFunctionsDate
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdayOfWeek(StiDateTime date) Returns the day of the week.static StringdayOfWeek(StiDateTime date, boolean localized) Returns the day of the week.static StringdayOfWeek(StiDateTime date, String culture) Returns the day of the week.static StringdayOfWeek(StiDateTime date, String culture, boolean upperCase) Returns the day of the week.static StringmonthName(StiDateTime date, boolean localized) static StringmonthName(StiDateTime date, String culture) static StringmonthName(StiDateTime date, String culture, Boolean upperCase) static StringmonthName(StiDateTime date, Locale locale)
-
Constructor Details
-
StiFunctionsDate
public StiFunctionsDate()
-
-
Method Details
-
monthName
-
monthName
-
monthName
-
monthName
-
dayOfWeek
Returns the day of the week.- Parameters:
date-- Returns:
-
dayOfWeek
Returns the day of the week.- Returns:
-
dayOfWeek
Returns the day of the week.- Parameters:
date-culture-- Returns:
- Throws:
Exception
-
dayOfWeek
Returns the day of the week.- Parameters:
date-culture-upperCase-- Returns:
- Throws:
Exception
-