Class ForParameter
- java.lang.Object
-
- com.aerisweather.aeris.communication.parameter.Parameter
-
- com.aerisweather.aeris.communication.parameter.ForParameter
-
public class ForParameter extends Parameter
Returns the results starting form the value specified.
Supports a UNIX timestamp a specific date string, or a string supported by the PHP strtotime() function.
Examples:
for=tomorrow
for=friday
for=1302883980
for=7/10/2011
for=2011/07/10
for=+2hours
-
-
Constructor Summary
Constructors Constructor Description ForParameter(String value)
Constructs the from parameter with the value.
from=:string
-
-
-
Constructor Detail
-
ForParameter
public ForParameter(String value)
Constructs the from parameter with the value.
from=:string- Parameters:
value
- value to use
-
-