| Modifier and Type | Method and Description |
|---|---|
BusinessTemporal |
BusinessPeriod.getEnd()
Get the closing time of this period.
|
BusinessTemporal |
BusinessPeriod.getStart()
Get the opening time of this period.
|
BusinessTemporal |
BusinessTemporal.increment()
Increments the least significant field of this Business Temporal by one.
|
static BusinessTemporal |
BusinessTemporal.of(Map<ChronoField,Integer> fieldValues)
Builds a
BusinessTemporal instance from its fields values |
| Constructor and Description |
|---|
BusinessPeriod(BusinessTemporal start,
BusinessTemporal end)
Builds a new instance of
BusinessPeriod. |
Copyright © 2017. All rights reserved.