@FullyTested public final class DateTimeArgs extends Object
DateTime arguments.
See ObjectArgs for an overview.
@FullyTested public static DateTime checkValueInsideRange(DateTime ref, DateTime minRangeValue, DateTime maxRangeValue, String argName)
ComparableArgs.checkValueInsideRange(Comparable, Comparable, Comparable, String).@FullyTested public static DateTime checkValueOutsideRange(DateTime ref, DateTime minRangeValue, DateTime maxRangeValue, String argName)
ComparableArgs.checkValueOutsideRange(Comparable, Comparable, Comparable, String).@FullyTested public static DateTime checkMinValue(DateTime dt, DateTime minDt, String argName)
ComparableArgs.checkMinValue(Comparable, Comparable, String).@FullyTested public static DateTime checkMaxValue(DateTime dt, DateTime maxDt, String argName)
ComparableArgs.checkMaxValue(Comparable, Comparable, String).@FullyTested public static DateTime checkExactValue(DateTime dt, DateTime exactDt, String argName)
ComparableArgs.checkExactValue(Comparable, Comparable, String).@FullyTested public static DateTime checkNotExactValue(DateTime dt, DateTime exactDt, String argName)
ComparableArgs.checkNotExactValue(Comparable, Comparable, String).Copyright © 2013–2020. All rights reserved.