TimeDatumDuration represents a time period which results from an arithmetic operation between a TimeDuration object and a DatumDuration object
| Constructor and description | 
|---|
                                TimeDatumDependentDuration
                                (int years, int months, int days, int hours, int minutes, int seconds, int millis) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            BaseDuration.From | 
                            getFrom() | 
                        
 | 
                            Date | 
                            getNow() | 
                        
 | 
                            DatumDependentDuration | 
                            minus(Duration rhs) | 
                        
 | 
                            DatumDependentDuration | 
                            minus(DatumDependentDuration rhs) | 
                        
 | 
                            DatumDependentDuration | 
                            plus(Duration rhs) | 
                        
 | 
                            DatumDependentDuration | 
                            plus(DatumDependentDuration rhs) | 
                        
| Methods inherited from class | Name | 
|---|---|
class DatumDependentDuration | 
                            getAgo, getFrom, getMonths, getNow, getYears, minus, minus, plus, plus, plus, plus, toMilliseconds | 
                        
class BaseDuration | 
                            compareTo, getAgo, getDays, getFrom, getHours, getMillis, getMinutes, getMonths, getSeconds, getYears, plus, toMilliseconds, toString | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.