@Deprecated public class DateGroovyMethods extends DefaultGroovyMethodsSupport
| Constructor and Description | 
|---|
DateGroovyMethods()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static Calendar | 
clearTime(Calendar self)
Deprecated.  
 | 
static Date | 
clearTime(Date self)
Deprecated.  
 | 
static Date | 
clearTime(Date self)
Deprecated.  
 | 
static Calendar | 
copyWith(Calendar self,
        Map<Object,Integer> updates)
Deprecated.  
 | 
static Date | 
copyWith(Date self,
        Map<Object,Integer> updates)
Deprecated.  
 | 
static void | 
downto(Calendar self,
      Calendar to,
      Closure closure)
Deprecated.  
 | 
static void | 
downto(Date self,
      Date to,
      Closure closure)
Deprecated.  
 | 
static String | 
format(Calendar self,
      String pattern)
Deprecated.  
 | 
static String | 
format(Date self,
      String format)
Deprecated.  
 | 
static String | 
format(Date self,
      String format,
      TimeZone tz)
Deprecated.  
 | 
static int | 
getAt(Calendar self,
     int field)
Deprecated.  
 | 
static int | 
getAt(Date self,
     int field)
Deprecated.  
 | 
static String | 
getDateString(Date self)
Deprecated.  
 | 
static String | 
getDateTimeString(Date self)
Deprecated.  
 | 
static String | 
getTimeString(Date self)
Deprecated.  
 | 
static int | 
minus(Calendar self,
     Calendar then)
Deprecated.  
 | 
static int | 
minus(Date self,
     Date then)
Deprecated.  
 | 
static Date | 
minus(Date self,
     int days)
Deprecated.  
 | 
static Date | 
minus(Date self,
     int days)
Deprecated.  
 | 
static Timestamp | 
minus(Timestamp self,
     int days)
Deprecated.  
 | 
static Calendar | 
next(Calendar self)
Deprecated.  
 | 
static Date | 
next(Date self)
Deprecated.  
 | 
static Date | 
next(Date self)
Deprecated.  
 | 
static Date | 
plus(Date self,
    int days)
Deprecated.  
 | 
static Date | 
plus(Date self,
    int days)
Deprecated.  
 | 
static Timestamp | 
plus(Timestamp self,
    int days)
Deprecated.  
 | 
static Calendar | 
previous(Calendar self)
Deprecated.  
 | 
static Date | 
previous(Date self)
Deprecated.  
 | 
static Date | 
previous(Date self)
Deprecated.  
 | 
static void | 
putAt(Calendar self,
     int field,
     int value)
Deprecated.  
 | 
static void | 
putAt(Date self,
     int field,
     int value)
Deprecated.  
 | 
static void | 
set(Calendar self,
   Map<Object,Integer> updates)
Deprecated.  
 | 
static void | 
set(Date self,
   Map<Object,Integer> updates)
Deprecated.  
 | 
static Calendar | 
toCalendar(Date self)
Deprecated.  
 | 
static Calendar | 
updated(Calendar self,
       Map<Object,Integer> updates)
Deprecated.  
 | 
static Date | 
updated(Date self,
       Map<Object,Integer> updates)
Deprecated.  
 | 
static void | 
upto(Calendar self,
    Calendar to,
    Closure closure)
Deprecated.  
 | 
static void | 
upto(Date self,
    Date to,
    Closure closure)
Deprecated.  
 | 
cloneSimilarCollection, cloneSimilarMap, closeQuietly, closeWithWarning, createSimilarArray, createSimilarCollection, createSimilarCollection, createSimilarCollection, createSimilarList, createSimilarMap, createSimilarOrDefaultCollection, createSimilarQueue, createSimilarSet, normaliseIndex, sameType, subListBorders, subListBorders, writeUTF16BomIfRequired, writeUTF16BomIfRequired, writeUTF16BomIfRequired, writeUTF16BomIfRequired@Deprecated public static int getAt(Date self, int field)
@Deprecated public static Calendar toCalendar(Date self)
@Deprecated public static int getAt(Calendar self, int field)
@Deprecated public static void putAt(Calendar self, int field, int value)
@Deprecated public static void putAt(Date self, int field, int value)
@Deprecated public static void set(Calendar self, Map<Object,Integer> updates)
@Deprecated public static Calendar updated(Calendar self, Map<Object,Integer> updates)
@Deprecated public static Calendar copyWith(Calendar self, Map<Object,Integer> updates)
@Deprecated public static void set(Date self, Map<Object,Integer> updates)
@Deprecated public static Date copyWith(Date self, Map<Object,Integer> updates)
@Deprecated public static Date next(Date self)
@Deprecated public static Calendar next(Calendar self)
@Deprecated public static Calendar previous(Calendar self)
@Deprecated public static Date next(Date self)
@Deprecated public static Date previous(Date self)
@Deprecated public static Date previous(Date self)
@Deprecated public static Date plus(Date self, int days)
@Deprecated public static Date plus(Date self, int days)
@Deprecated public static Timestamp plus(Timestamp self, int days)
@Deprecated public static Date minus(Date self, int days)
@Deprecated public static Date minus(Date self, int days)
@Deprecated public static Timestamp minus(Timestamp self, int days)
@Deprecated public static int minus(Calendar self, Calendar then)
@Deprecated public static int minus(Date self, Date then)
@Deprecated public static String format(Date self, String format)
@Deprecated public static String format(Date self, String format, TimeZone tz)
@Deprecated public static String getDateString(Date self)
@Deprecated public static String getTimeString(Date self)
@Deprecated public static String getDateTimeString(Date self)
@Deprecated public static Date clearTime(Date self)
@Deprecated public static Date clearTime(Date self)
@Deprecated public static Calendar clearTime(Calendar self)
@Deprecated public static String format(Calendar self, String pattern)
@Deprecated public static void upto(Date self, Date to, Closure closure)
@Deprecated public static void upto(Calendar self, Calendar to, Closure closure)
@Deprecated public static void downto(Date self, Date to, Closure closure)
@Deprecated public static void downto(Calendar self, Calendar to, Closure closure)