OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.random.AQRandomDateVariation

Packages that use AQRandomDateVariation
com.aquafold.openapi.random   
 

Uses of AQRandomDateVariation in com.aquafold.openapi.random
 

Methods in com.aquafold.openapi.random that return AQRandomDateVariation
 AQRandomDateVariation AQRandomFactory.newRandomDateVariation()
          Creates a new AQRandomDateVariation factory with variation range set to -12 hours and 12 hours.
 AQRandomDateVariation AQRandomFactory.newRandomDateVariation(int years, int months, int days, int hours, int minutes, int seconds)
          Creates a new AQRandomDateVariation factory with variation range set to -delta and delta where delta is the total time calculated from the specified years, months, days, hours, minutes and seconds.
 AQRandomDateVariation AQRandomFactory.newRandomDateVariation(int minYears, int minMonths, int minDays, int minHours, int minMinutes, int minSeconds, int maxYears, int maxMonths, int maxDays, int maxHours, int maxMinutes, int maxSeconds)
          Creates a new AQRandomDateVariation factory with range of year, month, day, hour, minute and second variations specified.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.