public interface ChronoPeriod
GDK enhancements for ChronoPeriod.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
isNonnegative()Returns true if this period is zero or positive. |
|
public boolean |
isNonpositive()Returns true if this period is zero or negative. |
|
public boolean |
isPositive()Returns true if this period is positive, excluding zero. |
Returns true if this period is zero or positive.
Returns true if this period is zero or negative.
Returns true if this period is positive, excluding zero.