MindFusion.Scheduling for ASP.NET Programmer's Guide
Recurrence.DayOfMonth Property
See Also
 





Gets or sets the day of the month when the event occurs.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int DayOfMonth { get; set; }

Visual Basic  Copy Code

Public Property DayOfMonth As Integer

 Property Value

An integer that specifies the day of the month. Values should range from 1 to [28, 31] depending on which month it is.

 Remarks

This property is used when the Pattern is set to RecurrencePattern.Monthly or RecurrencePattern.Yearly.

 See Also

Recurrence Members
Recurrence Class
MindFusion.Scheduling Namespace