Sage Intacct SDK for PHP
GreaterThanOrEqualToDate Class Reference
Inheritance diagram for GreaterThanOrEqualToDate:
AbstractDate AbstractDateTimeClass AbstractComparison ComparisonInterface ConditionInterface QueryInterface

Public Member Functions

 __toString ()
 
- Public Member Functions inherited from AbstractDate
 __construct (string $format=self::IA_DATE_FORMAT)
 
- Public Member Functions inherited from AbstractDateTimeClass
 __construct (string $format)
 
 getValue ()
 
 setValue ($value)
 
 getFormat ()
 
 setFormat ($format)
 
- Public Member Functions inherited from AbstractComparison
 getField ()
 
 setField (string $field)
 
 isNegate ()
 
 setNegate (bool $negate)
 
 getField ()
 
 setField (string $field)
 
 getValue ()
 
 setValue ($value)
 
 isNegate ()
 
 setNegate (bool $negate)
 
 __toString ()
 

Additional Inherited Members

- Data Fields inherited from AbstractDateTimeClass
const IA_DATE_FORMAT = 'm/d/Y'
 
const IA_DATE_TIME_FORMAT = 'm/d/Y H:i:s'
 
- Protected Attributes inherited from AbstractDateTimeClass
 $value
 
 $format
 
- Protected Attributes inherited from AbstractComparison
 $field
 
 $negate = false
 

Member Function Documentation

◆ __toString()

__toString ( )
Returns
string

Implements QueryInterface.