Flag to specify if Out of Time Filter is Used.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseTimeFilter() As Boolean |
[C#] |
---|
public bool UseTimeFilter {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseTimeFilter(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseTimeFilter( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseTimeFilter( VARIANT_BOOL newVal ); |
[Java] |
---|
public bool getUseTimeFilter(); public void setUseTimeFilter( bool ); |