org.seasar.framework.util
クラス TimeConversionUtil

java.lang.Object
  拡張org.seasar.framework.util.TimeConversionUtil

public final class TimeConversionUtil
extends Object

Time用の変換ユーティリティです。

作成者:
higa

メソッドの概要
static Time toTime(Object o)
          Timeに変換します。
static Time toTime(Object o, String pattern)
          Timeに変換します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

toTime

public static Time toTime(Object o)
Timeに変換します。

パラメータ:
o -
戻り値:
Time

toTime

public static Time toTime(Object o,
                          String pattern)
Timeに変換します。

パラメータ:
o -
pattern -
戻り値:
Time


Copyright ? 2004-2007 The Seasar Foundation. All Rights Reserved.