Uses of Class
org.op4j.functions.DateStyle

Packages that use DateStyle
org.op4j.functions   
 

Uses of DateStyle in org.op4j.functions
 

Methods in org.op4j.functions that return DateStyle
static DateStyle DateStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DateStyle[] DateStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.op4j.functions with parameters of type DateStyle
static Function<Date,String> FnDate.toStr(DateStyle dateStyle, TimeStyle timeStyle)
           Converts the target Date into a String using the specified date (DateStyle) and time (TimeStyle) styles.
static Function<Calendar,String> FnCalendar.toStr(DateStyle dateStyle, TimeStyle timeStyle)
           Converts the target Calendar into a String using the specified date (DateStyle) and time (TimeStyle) styles.
static Function<Date,String> FnDate.toStr(DateStyle dateStyle, TimeStyle timeStyle, Locale locale)
           Converts the target Date into a String using the specified date (DateStyle) and time (TimeStyle) styles, and resolving text-based components like month names using the specified locale.
static Function<Calendar,String> FnCalendar.toStr(DateStyle dateStyle, TimeStyle timeStyle, Locale locale)
           Converts the target Calendar into a String using the specified date (DateStyle) and time (TimeStyle) styles, and resolving text-based components like month names using the specified locale.
static Function<Date,String> FnDate.toStr(DateStyle dateStyle, TimeStyle timeStyle, String locale)
           Converts the target Calendar into a String using the specified date (DateStyle) and time (TimeStyle) styles, and resolving text-based components like month names using the specified locale.
static Function<Calendar,String> FnCalendar.toStr(DateStyle dateStyle, TimeStyle timeStyle, String locale)
           Converts the target Calendar into a String using the specified date (DateStyle) and time (TimeStyle) styles, and resolving text-based components like month names using the specified locale.
 



Copyright © 2012 The OP4J team. All Rights Reserved.