CALDATETIME_DATEUNIT enumeration

Deprecated. Specifies the date units for adjusting the CALDATETIME structure.

Syntax

enum CALDATETIME_DATEUNIT {
  EraUnit, 
  YearUnit, 
  MonthUnit, 
  WeekUnit, 
  DayUnit, 
  HourUnit, 
  MinuteUnit, 
  SecondUnit, 
  TickUnit 

};

Constants

EraUnit

The era date time unit.

YearUnit

The year date time unit.

MonthUnit

The month date time unit.

WeekUnit

The week date time unit.

DayUnit

The day date time unit.

HourUnit

The hour date time unit.

MinuteUnit

The minute date time unit.

SecondUnit

The second date time unit.

TickUnit

The tick date time unit.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

National Language Support Enumeration Types