Class 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 Detail

      • FromParameter

        public FromParameter​(String value)
        Constructs the from parameter with the value.
        from=:string
        Parameters:
        value - value to use