DMRGroupGetConditionForDate Method 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic void GetConditionForDate(
	ref string Condition,
	DMSQLOperator Operator,
	StringCollection Operand
)
Public Sub GetConditionForDate ( 
	ByRef Condition As String,
	Operator As DMSQLOperator,
	Operand As StringCollection
)
public:
void GetConditionForDate(
	String^% Condition, 
	DMSQLOperator Operator, 
	StringCollection^ Operand
)
member GetConditionForDate : 
        Condition : string byref * 
        Operator : DMSQLOperator * 
        Operand : StringCollection -> unit 
function GetConditionForDate(Condition, Operator, Operand);
Parameters
- Condition
 - Type: SystemString
 - Operator
 - Type: DMLibraryDMSQLOperator
 - Operand
 - Type: System.Collections.SpecializedStringCollection
 
See Also