Click or drag to resize
DateTimeFilterValue Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Specifies the date time value to be used in a filter condition.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineDateTimeFilterValue

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class DateTimeFilterValue : _DateTimeFilterValue, 
	ISerializable

The DateTimeFilterValue type exposes the following members.

Constructors
  NameDescription
Public methodDateTimeFilterValue
Creates and returns a new DateTimeFilterValue object
Top
Methods
  NameDescription
Public methodEquals
Determines whether a specified object is equal to the current object
(Overrides ObjectEquals(Object).)
Public methodGetObjectData
Public methodProgressValueString
Converts the filter value to its equivalent Progress OpenEdge string representation.
Public methodToString
Converts the filter value to its equivalent string representation.
(Overrides ObjectToString.)
Top
Operators
Fields
Properties
  NameDescription
Public propertyFilterType
Gets and sets the DateTimeFilterType that applies to this filter value.
Public propertyFilterValue
Gets the filter value to be used in the filter condition for this DateTimeFilterValue.
Public propertyFilterValueDisplayString
Gets the display value for this DateTimeFilterValue.
Public propertyFilterValueFilterString
Gets the filter string to be used in the filter condition for this DateTimeFilterValue.
Public propertyFilterValueJavascriptString
Gets the value as a string to be used in Javascript for this DateTimeFilterValue.
Public propertyFilterValueType
Gets and sets the DateTimeFilterValueType that applies to this filter value.
Public propertyFixedValue
Gets or sets the fixed date value.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyOffsetMinutes
Gets and sets the offset minutes for date time tz values
Top
Remarks