| Modifier and Type | Method and Description |
|---|---|
static DateTimeWrapper |
DateTimeWrapper.now()
Returns a wrapper for the current date and time.
|
static DateTimeWrapper |
DateTimeWrapper.parse(String value)
Converts a string value to a DateTimeWrapper.
|
static DateTimeWrapper |
DateTimeWrapper.today()
Returns a wrapper for the current date.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DateTimeWrapper.compareTo(DateTimeWrapper dtw)
Compares two DateTimeWrapper instances.
|
Copyright © 2023 Fujion Framework. All rights reserved.