PROPVAR_COMPARE_UNIT enumeration
These flags are associated with certain PROPVARIANT structure comparisons.
Syntax
typedef enum { PVCU_DEFAULT = 0, PVCU_SECOND = 1, PVCU_MINUTE = 2, PVCU_HOUR = 3, PVCU_DAY = 4, PVCU_MONTH = 5, PVCU_YEAR = 6 } PROPVAR_COMPARE_UNIT;
Constants
- PVCU_DEFAULT
-
The default unit.
- PVCU_SECOND
-
The second comparison unit.
- PVCU_MINUTE
-
The minute comparison unit.
- PVCU_HOUR
-
The hour comparison unit.
- PVCU_DAY
-
The day comparison unit.
- PVCU_MONTH
-
The month comparison unit.
- PVCU_YEAR
-
The year comparison unit.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
Show: