net.sourceforge.plantuml.project3
Class InstantDay
- java.lang.Object
-
- net.sourceforge.plantuml.project3.InstantDay
-
-
Constructor Summary
Constructors Constructor and Description InstantDay(int numDay)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description InstantDayadd(Duration duration)intcompareTo(Instant other)InstantDaydecrement()InstantDayincrement()InstantDaysub(Duration duration)java.lang.StringtoShortString()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
add
public InstantDay add(Duration duration)
-
sub
public InstantDay sub(Duration duration)
-
increment
public InstantDay increment()
-
decrement
public InstantDay decrement()
-
compareTo
public int compareTo(Instant other)
- Specified by:
compareToin interfacejava.lang.Comparable<Instant>
-
toShortString
public java.lang.String toShortString()
- Specified by:
toShortStringin interfaceInstant
-
-
DataMelt 3.0 © DataMelt by jWork.ORG