PocketPlanner Programmer's Guide

Recurrence.DayOfMonth Property

See Also

Gets or sets on which day of a month the event occurs.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public int DayOfMonth { get; set; }

Visual Basic

Public Property DayOfMonth As Integer

 Property Value

An integer vale specifying at which month the recurring event occurs. The allowed values range from 1 to 31.

 Remarks

This value is used when the recurrence Pattern is set to Monthly or Yearly.

 See Also