|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDateTimeValueType | |
|---|---|
| com.sun.msv.datatype.xsd.datetime | |
| Uses of IDateTimeValueType in com.sun.msv.datatype.xsd.datetime |
|---|
| Classes in com.sun.msv.datatype.xsd.datetime that implement IDateTimeValueType | |
|---|---|
class |
BigDateTimeValueType
DateTimeValueType object that can hold all lexically valid dateTime value. |
| Methods in com.sun.msv.datatype.xsd.datetime that return IDateTimeValueType | |
|---|---|
IDateTimeValueType |
IDateTimeValueType.add(ITimeDurationValueType duration)
returns the result of addition of this object and TimeDuration. |
IDateTimeValueType |
BigDateTimeValueType.add(ITimeDurationValueType _rhs)
|
static IDateTimeValueType |
DateTimeFactory.createFromDate(Number year,
Integer month,
Integer day,
TimeZone zone)
|
static IDateTimeValueType |
DateTimeFactory.createFromDateTime(Number year,
Integer month,
Integer day,
Integer hour,
Integer minute,
Number mSecond,
TimeZone zone)
|
static IDateTimeValueType |
DateTimeFactory.createFromTime(Integer hour,
Integer minute,
Number mSecond,
TimeZone zone)
|
IDateTimeValueType |
IDateTimeValueType.normalize()
gets the normalized IDateTimeValueType. |
IDateTimeValueType |
BigDateTimeValueType.normalize()
|
| Methods in com.sun.msv.datatype.xsd.datetime with parameters of type IDateTimeValueType | |
|---|---|
int |
IDateTimeValueType.compare(IDateTimeValueType rhs)
compare two DateTimeValueType as defined in com.sun.msv.datatype/Comparator |
int |
BigDateTimeValueType.compare(IDateTimeValueType o)
|
boolean |
BigDateTimeValueType.equals(IDateTimeValueType rhs)
|
static String |
PreciseCalendarFormatter.format(String format,
IDateTimeValueType cal)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||