|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Date.Value | |
| org.xins.common.types.standard | Standard XINS types. |
| Uses of Date.Value in org.xins.common.types.standard |
| Methods in org.xins.common.types.standard that return Date.Value | |
static Date.Value |
Date.today()
Constructs a Date.Value with the value of the current date. |
static Date.Value |
Date.fromStringForRequired(String string)
Constructs a Date.Value from the specified string
which is guaranteed to be non-null. |
static Date.Value |
Date.fromStringForOptional(String string)
Constructs a Date.Value from the specified string. |
| Methods in org.xins.common.types.standard with parameters of type Date.Value | |
static String |
Date.toString(Date.Value value)
Converts the specified Date.Value to a string. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||