Uses of Interface
com.sun.msv.datatype.xsd.datetime.IDateTimeValueType
Packages that use IDateTimeValueType
-
Uses of IDateTimeValueType in com.sun.msv.datatype.xsd.datetime
Classes in com.sun.msv.datatype.xsd.datetime that implement IDateTimeValueTypeModifier and TypeClassDescriptionclassDateTimeValueType object that can hold all lexically valid dateTime value.Methods in com.sun.msv.datatype.xsd.datetime that return IDateTimeValueTypeModifier and TypeMethodDescriptionBigDateTimeValueType.add(ITimeDurationValueType _rhs) IDateTimeValueType.add(ITimeDurationValueType duration) returns the result of addition of this object and TimeDuration.static IDateTimeValueTypeDateTimeFactory.createFromDate(Number year, Integer month, Integer day, TimeZone zone) static IDateTimeValueTypeDateTimeFactory.createFromDateTime(Number year, Integer month, Integer day, Integer hour, Integer minute, Number mSecond, TimeZone zone) static IDateTimeValueTypeDateTimeFactory.createFromTime(Integer hour, Integer minute, Number mSecond, TimeZone zone) BigDateTimeValueType.normalize()IDateTimeValueType.normalize()gets the normalized IDateTimeValueType.Methods in com.sun.msv.datatype.xsd.datetime with parameters of type IDateTimeValueTypeModifier and TypeMethodDescriptionintBigDateTimeValueType.compare(IDateTimeValueType o) intIDateTimeValueType.compare(IDateTimeValueType rhs) compare two DateTimeValueType as defined in com.sun.msv.datatype/ComparatorbooleanBigDateTimeValueType.equals(IDateTimeValueType rhs) static StringPreciseCalendarFormatter.format(String format, IDateTimeValueType cal)