org.sblim.cimclient.internal.uri
public class DateTimeValue extends Value implements QuotedValue
| Method Summary | |
|---|---|
| CIMDateTime | getDateTime()
getDateTime
|
| static Value | parse(String pStrVal, boolean pThrow)
datetimeValue = // quoted datetime string
|
| static Value | parse(String pStrVal) |
| String | toQuotedString() |
Returns: CIMDateTime
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