com.ds.fw.types.data
Interface FwDateIntervalSelectorIF


public interface FwDateIntervalSelectorIF


Method Summary
 com.ds.fw.types.data.FwDateIntervalIF select(com.ds.fw.types.data.FwDateIntervalIF a, com.ds.fw.types.data.FwDateIntervalIF b, com.ds.fw.types.data.FwDateIF d)
          Return the interval that best matches the target date.
 

Method Detail

select

public com.ds.fw.types.data.FwDateIntervalIF select(com.ds.fw.types.data.FwDateIntervalIF a,
                                                    com.ds.fw.types.data.FwDateIntervalIF b,
                                                    com.ds.fw.types.data.FwDateIF d)
Return the interval that best matches the target date. One or both of the date intervals may be null. The return value may be null, indicating that neither of the date interval parameters are acceptable.