| java.lang.Object | |
| ↳ | com.sforce.ws.types.Time |
Class that represents the xsd:time XML Schema type Taken from Apache Axis 1.4. Modified slightly by btsai.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| _value | |||||||||||
| zulu | a shared java.text.SimpleDateFormat instance used for parsing the basic component of the timestamp | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Initialize with a Calender, year month and date are ignored
| |||||||||||
Converts a string formatted as HH:mm:ss[.SSS][+/-offset]
| |||||||||||
Initializes with a Calendar instance in GMT based on the number
of milliseconds since midnight.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the time in milliseconds since midnight in UTC.
| |||||||||||
Returns the hashcode of the underlying calendar.
| |||||||||||
stringify method returns the time as it would be in GMT, only accurate to the
second...millis probably get lost.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
a shared java.text.SimpleDateFormat instance used for parsing the basic component of the timestamp
Initialize with a Calender, year month and date are ignored
| value | Initial value |
|---|
Converts a string formatted as HH:mm:ss[.SSS][+/-offset]
| value | Value |
|---|
| NumberFormatException | failed to parse value |
|---|
Initializes with a Calendar instance in GMT based on the number of milliseconds since midnight. Year, month, and date are ignored.
| value | Value |
|---|
| obj |
|---|
Returns the time in milliseconds since midnight in UTC.
Returns the hashcode of the underlying calendar.
int value
stringify method returns the time as it would be in GMT, only accurate to the second...millis probably get lost.