Add.7 |
Scroll |
Creates a new TheCondition instance for the specified TheIntQueryField, condition string and UTC setting and adds it to the list.
Namespace: Therefore.API
s
Visual Basic Public Overridable Function Add ( _ nIntField As TheIntQueryField, _ strCondition As String, _ bIsUTC As Boolean _ ) C# public virtual void Add ( TheIntQueryField nIntField, string strCondition, bool bIsUTC )
Parameters nIntField TheIntQueryField the new condition applies to.
strCondition Condition string for the new condition. See TheCondition.Condition for details.
bIsUTC Sets the TheCondition.IsUTC. If true, the condition values will not be converted to UTC. If false, the condition values will be converted to UTC.
Return Value None. |