| Package | Description |
|---|---|
| at.mukprojects.exclycore.dao | |
| at.mukprojects.exclycore.model |
| Modifier and Type | Method and Description |
|---|---|
ExclyDate |
XLSXReader.readDateCellValue(org.apache.poi.ss.usermodel.Cell cell)
Tries to read the value of the given cell.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExclyDateBlank
This class represents an ExclyDateBlank data type.
|
class |
ExclyDateError
This class represents an ExclyDateError data type.
|
| Modifier and Type | Method and Description |
|---|---|
static ExclyDate |
ExclyDate.add(ExclyDate... dates)
Adds multiple ExclyDates together.
|
static ExclyDate |
ExclyDate.sub(ExclyDate... dates)
Subtracts multiple ExclyDates from the first input.
|
| Modifier and Type | Method and Description |
|---|---|
static ExclyDate |
ExclyDate.add(ExclyDate... dates)
Adds multiple ExclyDates together.
|
int |
ExclyDate.compareTo(ExclyDate other) |
static ExclyDate |
ExclyDate.sub(ExclyDate... dates)
Subtracts multiple ExclyDates from the first input.
|
Copyright © 2016 MuK Projects. All rights reserved.