Uses of Class
com.jdroid.java.utils.DateUtils.DayOfWeek

Packages that use DateUtils.DayOfWeek
com.jdroid.java.utils   
 

Uses of DateUtils.DayOfWeek in com.jdroid.java.utils
 

Methods in com.jdroid.java.utils that return DateUtils.DayOfWeek
static DateUtils.DayOfWeek DateUtils.getWeekDay(Date date)
           
static DateUtils.DayOfWeek DateUtils.DayOfWeek.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DateUtils.DayOfWeek[] DateUtils.DayOfWeek.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All rights reserved.