Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

PropVarUtil.h

 

 

Show:
© 2017 Microsoft