Scheduler for WinRT
WeekOfMonthEnum Enumeration


Determines the week in a month in which the appointment will occur.
Syntax
'Declaration
 
Public Enum WeekOfMonthEnum 
   Inherits System.Enum
'Usage
 
Dim instance As WeekOfMonthEnum
public enum WeekOfMonthEnum : System.Enum 
Members
MemberDescription
FirstThe recurring appointment will occur on the specified day or days of the first week in the month.
FourthThe recurring appointment will occur on the specified day or days of the fourth week in the month.
LastThe recurring appointment will occur on the specified day or days of the last week in the month.
SecondThe recurring appointment will occur on the specified day or days of the second week in the month.
ThirdThe recurring appointment will occur on the specified day or days of the third week in the month.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Schedule.WeekOfMonthEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.