com.sun.msv.datatype.xsd.datetime
Class Util

java.lang.Object
  extended bycom.sun.msv.datatype.xsd.datetime.Util

public class Util
extends java.lang.Object

date/time-related utility functions/variables.

Author:
Kohsuke KAWAGUCHI

Constructor Summary
Util()
           
 
Method Summary
static int maximumDayInMonthFor(java.math.BigInteger year, int month)
           
static int maximumDayInMonthFor(int year, int month)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

maximumDayInMonthFor

public static int maximumDayInMonthFor(java.math.BigInteger year,
                                       int month)

maximumDayInMonthFor

public static int maximumDayInMonthFor(int year,
                                       int month)


Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 26 2005.