Class FromParameter
- java.lang.Object
-
- com.aerisweather.aeris.communication.parameter.Parameter
-
- com.aerisweather.aeris.communication.parameter.FromParameter
-
public class FromParameter 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:
from=tomorrow
from=friday
from=1302883980
from=7/10/2011
from=2011/07/10
from=+2hours
-
-
Constructor Summary
Constructors Constructor Description FromParameter(String value)
Constructs the from parameter with the value.
from=:string
-
-
-
Constructor Detail
-
FromParameter
public FromParameter(String value)
Constructs the from parameter with the value.
from=:string- Parameters:
value
- value to use
-
-