Package | Description |
---|---|
dk.heick.properties.types |
Modifier and Type | Method and Description |
---|---|
static DateTimePropertyType |
DateTimePropertyType.createDatetimeType()
Static factory which creates an instance with the default date time pattern.
|
static DateTimePropertyType |
DateTimePropertyType.createDatetimeType(Date defaultValue)
Static factory which creates an instance with the default date time pattern and a default Date if invalid property value.
|
static DateTimePropertyType |
DateTimePropertyType.createDateType()
Static factory which creates an instance with the default date pattern.
|
static DateTimePropertyType |
DateTimePropertyType.createDateType(Date defaultValue)
Static factory which creates an instance with the default date pattern and a default Date if invalid property value.
|
static DateTimePropertyType |
DateTimePropertyType.createTimeType()
Static factory which creates an instance with the default time pattern.
|
static DateTimePropertyType |
DateTimePropertyType.createTimeType(Date defaultValue)
Static factory which creates an instance with the default time pattern and a default Date if invalid property value.
|