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

java.lang.Object
  |
  +--com.sun.msv.datatype.xsd.datetime.Util

public class Util
extends Object

date/time-related utility functions/variables.

Author:
Kohsuke KAWAGUCHI

Constructor Summary
Util()
           
 
Method Summary
static int maximumDayInMonthFor(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(int year,
                                       int month)

maximumDayInMonthFor

public static int maximumDayInMonthFor(BigInteger year,
                                       int month)