Interface IDateTimeValueType
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BigDateTimeValueType
Interface as value type of DateTimeType
-
Method Summary
Modifier and TypeMethodDescriptionadd
(ITimeDurationValueType duration) returns the result of addition of this object and TimeDuration.int
compare two DateTimeValueType as defined in com.sun.msv.datatype/Comparatorgets the normalized IDateTimeValueType.Approximates the value represented by this object into a Calendar object.
-
Method Details
-
getBigValue
BigDateTimeValueType getBigValue() -
add
returns the result of addition of this object and TimeDuration. this object will not be mutated. -
normalize
IDateTimeValueType normalize()gets the normalized IDateTimeValueType. normalized value always has GMT timezone or no timezone -
compare
compare two DateTimeValueType as defined in com.sun.msv.datatype/Comparator -
toCalendar
Calendar toCalendar()Approximates the value represented by this object into a Calendar object. This conversion may lose accuracy.
-