DateTimeFilterValueFilterValue Property |
|
DataPA OpenAnalytics API Reference
Gets the filter value to be used in the filter condition for this DateTimeFilterValue.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime FilterValue { get; }
Public ReadOnly Property FilterValue As DateTime
Get
public:
virtual property DateTime FilterValue {
DateTime get () sealed;
}
function get_FilterValue();
Return Value
Type:
DateTimeThe filter value to be used in the filter condition for this DateTimeFilterValue.
Remarks See Also