IMC Epclient 5.0.3

at.spardat.enterprise.util
Class DateUtil.DMY

java.lang.Object
  extended byat.spardat.enterprise.util.DateUtil.DMY
Enclosing class:
DateUtil

public static class DateUtil.DMY
extends java.lang.Object

Represents the components of a date.


Field Summary
 int d_
          The day component, [1..31]
 int m_
          The month component, [1..12]
 int y_
          The year component, [1..9999]
 
Constructor Summary
DateUtil.DMY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

d_

public int d_
The day component, [1..31]


m_

public int m_
The month component, [1..12]


y_

public int y_
The year component, [1..9999]

Constructor Detail

DateUtil.DMY

public DateUtil.DMY()

IMC Epclient 5.0.3