Represents the recurrence of a ScheduleItem on a yearly basis on specific day of the year (e.g. every 25th of April).

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class SpecificDateYearlyRecurrencePattern : YearlyRecurrencePattern
Visual Basic (Declaration)
Public Class SpecificDateYearlyRecurrencePattern _
	Inherits YearlyRecurrencePattern

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.RecurrencePattern
    Mindscape.WpfElements..::.YearlyRecurrencePattern
      Mindscape.WpfElements..::.SpecificDateYearlyRecurrencePattern

See Also