Click or drag to resize

PFQueryFilter_DateTime Constructor (String, PFQueryFilterOperator, DateTime)

Initializes a new instance of the PFQueryFilter_DateTime class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFQueryFilter_DateTime(
	string fieldName,
	PFQueryFilterOperator filterOperator,
	DateTime fieldValue
)

Parameters

fieldName
Type: SystemString
Name of the target field/column.
filterOperator
Type: Packflow.CorePFQueryFilterOperator
Filter's operator.
fieldValue
Type: SystemDateTime
The value used for comparisons.
See Also