EXIficient

com.siemens.ct.exi.values
Class DateTimeValue

java.lang.Object
  extended by com.siemens.ct.exi.values.AbstractValue
      extended by com.siemens.ct.exi.values.DateTimeValue
All Implemented Interfaces:
Value

public class DateTimeValue
extends AbstractValue


Constructor Summary
DateTimeValue(DatetimeType type, int year, int monthDay, int time, int fractionalSecs, int timeZone)
           
 
Method Summary
 java.util.Calendar toCalendar()
           
 char[] toCharacters()
           
 
Methods inherited from class com.siemens.ct.exi.values.AbstractValue
getCharactersLength, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateTimeValue

public DateTimeValue(DatetimeType type,
                     int year,
                     int monthDay,
                     int time,
                     int fractionalSecs,
                     int timeZone)
Method Detail

toCalendar

public java.util.Calendar toCalendar()

toCharacters

public char[] toCharacters()

EXIficient