public static interface PDTDisplayHelper.IPeriodTextProvider
| Modifier and Type | Field and Description |
|---|---|
static PDTDisplayHelper.IPeriodTextProvider |
DE |
static PDTDisplayHelper.IPeriodTextProvider |
EN |
| Modifier and Type | Method and Description |
|---|---|
default String |
getAnd() |
default String |
getComma() |
default String |
getDays(int nDays) |
default String |
getHours(long nHours) |
default String |
getMinutes(long nMinutes) |
default String |
getMonths(int nMonths) |
default String |
getSeconds(long nSeconds) |
default String |
getYears(int nYears) |
static final PDTDisplayHelper.IPeriodTextProvider EN
static final PDTDisplayHelper.IPeriodTextProvider DE
@Nonnull @Nonempty default String getYears(@CheckForSigned int nYears)
@Nonnull @Nonempty default String getMonths(@CheckForSigned int nMonths)
@Nonnull @Nonempty default String getDays(@CheckForSigned int nDays)
@Nonnull @Nonempty default String getHours(@CheckForSigned long nHours)
@Nonnull @Nonempty default String getMinutes(@CheckForSigned long nMinutes)
@Nonnull @Nonempty default String getSeconds(@CheckForSigned long nSeconds)
Copyright © 2014–2023 Philip Helger. All rights reserved.