WeekX Enumeration
See Also 
SourceCode.EventBus.Scheduler.Management Namespace : WeekX Enumeration



Glossary Item Box

The week type e.g. First, second etc.

Syntax

Visual Basic (Declaration) 
Public Enum WeekX 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As WeekX
C# 
public enum WeekX : System.Enum 
C++/CLI 
public enum class WeekX : public System.Enum 

Members

MemberDescription
First First week of the month
Fourth Fourth week of the month
Last Last week of the month
Second Second week of the month
Third Third day of the month

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SourceCode.EventBus.Scheduler.Management.WeekX

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