Uses of Class
org.op4j.functions.TimeStyle

Packages that use TimeStyle
org.op4j.functions   
 

Uses of TimeStyle in org.op4j.functions
 

Methods in org.op4j.functions that return TimeStyle
static TimeStyle TimeStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeStyle[] TimeStyle.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 TimeStyle
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.