Scheduler for WinRT
DayOfMonth Property


Gets or sets the number of the day in its respective month on which each occurrence will occur. Applicable only when the RecurrenceType property is set to RecurrenceTypeEnum.Monthly or RecurrenceTypeEnum.Yearly. The default value is 1.
Syntax
'Declaration
 
Public Property DayOfMonth As Integer
'Usage
 
Dim instance As RecurrencePattern
Dim value As Integer
 
instance.DayOfMonth = value
 
value = instance.DayOfMonth
public int DayOfMonth {get; set;}
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

RecurrencePattern Class
RecurrencePattern Members

 

 


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