Package | Description |
---|---|
com.sun.msv.datatype.xsd.datetime |
Modifier and Type | Class and Description |
---|---|
class |
BigDateTimeValueType
DateTimeValueType object that can hold all lexically valid dateTime value.
|
Modifier and Type | Field and Description |
---|---|
private IDateTimeValueType |
BigDateTimeValueType.normalizedValue
normalized DateTimeValue of this object.
|
Modifier and Type | Method and Description |
---|---|
IDateTimeValueType |
BigDateTimeValueType.add(ITimeDurationValueType _rhs) |
IDateTimeValueType |
IDateTimeValueType.add(ITimeDurationValueType duration)
returns the result of addition of this object and TimeDuration.
|
static IDateTimeValueType |
DateTimeFactory.createFromDate(java.lang.Number year,
java.lang.Integer month,
java.lang.Integer day,
java.util.TimeZone zone) |
static IDateTimeValueType |
DateTimeFactory.createFromDateTime(java.lang.Number year,
java.lang.Integer month,
java.lang.Integer day,
java.lang.Integer hour,
java.lang.Integer minute,
java.lang.Number mSecond,
java.util.TimeZone zone) |
static IDateTimeValueType |
DateTimeFactory.createFromTime(java.lang.Integer hour,
java.lang.Integer minute,
java.lang.Number mSecond,
java.util.TimeZone zone) |
IDateTimeValueType |
BigDateTimeValueType.normalize() |
IDateTimeValueType |
IDateTimeValueType.normalize()
gets the normalized IDateTimeValueType.
|
Modifier and Type | Method and Description |
---|---|
int |
BigDateTimeValueType.compare(IDateTimeValueType o) |
int |
IDateTimeValueType.compare(IDateTimeValueType rhs)
compare two DateTimeValueType as defined in
com.sun.msv.datatype/Comparator
|
boolean |
BigDateTimeValueType.equals(IDateTimeValueType rhs) |
static java.lang.String |
PreciseCalendarFormatter.format(java.lang.String format,
IDateTimeValueType cal) |