public final class DateAndTime extends Object
| Constructor and Description |
|---|
DateAndTime(String string)
Creates an instance of string.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static DateAndTime |
fromString(String valInString)
Returns the object of dateAndTime fromString input String dateAndTime.
|
int |
hashCode() |
static DateAndTime |
of(String value)
Returns the object of dateAndTime for type string.
|
String |
string()
Returns the attribute string.
|
void |
string(String string)
Sets the attribute string.
|
String |
toString() |
public DateAndTime(String string)
string - value of stringpublic static DateAndTime of(String value)
value - value of dateAndTime for type stringpublic String string()
public void string(String string)
string - value of stringpublic static DateAndTime fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.