Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_DEFAULTValue: 0 The default unit. |
PVCU_SECONDValue: 1 The second comparison unit. |
PVCU_MINUTEValue: 2 The minute comparison unit. |
PVCU_HOURValue: 3 The hour comparison unit. |
PVCU_DAYValue: 4 The day comparison unit. |
PVCU_MONTHValue: 5 The month comparison unit. |
PVCU_YEARValue: 6 The year comparison unit. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | propvarutil.h |