org.slim3.commons.util
Class CalendarUtil

java.lang.Object
  extended by org.slim3.commons.util.CalendarUtil

public final class CalendarUtil
extends Object

A utility class for Calendar.

Author:
higa

Method Summary
static Calendar toCalendar(Object o)
          Converts the object to Calendar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toCalendar

public static Calendar toCalendar(Object o)
Converts the object to Calendar.

Parameters:
o - the object
Returns:
the converted value


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.