Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / RecurrencePattern Class / Info Property

In This Topic
    Info Property (RecurrencePattern)
    In This Topic
    Gets or sets the CalendarInfo defining calendar settings.
    Syntax
    'Declaration
     
    Public Property Info As CalendarInfo
    public CalendarInfo Info {get; set;}
    See Also