Options used when calling SatisfiesCriteria for various objects
enum CheckOptionsEnum { coDefault = 0, coCheckDateOnly = 1, coCheckTimeOnly = 2 };
public enum CheckOptionsEnum { coDefault = 0, coCheckDateOnly = 1, coCheckTimeOnly = 2 }
Public Enum CheckOptionsEnum coDefault = 0 coCheckDateOnly = 1 coCheckTimeOnly = 2 End Enum
Members |
Description |
coDefault = 0 |
The default check is performed. |
coCheckDateOnly = 1 |
Only the date portion of the check value is considered. |
coCheckTimeOnly = 2 |
Only the time portion of the check value is considered. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|