[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Recur on the n day of every month.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
byte 
Date { 
get; 
set; }
Public 
Property 
Date 
As 
Byte
	
Get
	
Set
public:
property 
unsigned char 
Date {
	
unsigned char 
get ();
	
void 
set (
unsigned char 
value);
}

Field Value

0 is a logical equivalent the last day of the month. Value must be less than or equal to 31

See Also