org.sblim.cimclient.internal.uri
public class DateTimeValue extends Value implements QuotedValue
| Method Summary | |
|---|---|
| CIMDateTime | getDateTime()
getDateTime
|
| String | getTypeInfo() |
| static Value | parse(String pStrVal, boolean pThrow)
datetimeValue = // quoted datetime string
|
| static Value | parse(String pStrVal) |
| String | toQuotedString() |
| String | toString() |
Returns: CIMDateTime
See Also: getTypeInfo
Parameters: pStrVal - the dateTime string in an unquoted form pThrow
Returns: Value or null if parsing failed and
pThrow is false
Throws: IllegalArgumentException if parsing failed and pThrow is true.
See Also: toQuotedString
See Also: java.lang.Object#toString()