Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / RecurrencePattern Class / Duration Property

In This Topic
    Duration Property (RecurrencePattern)
    In This Topic
    Gets or sets the System.TimeSpan value indicating the duration of each occurrence in the recurrence pattern.
    Syntax
    'Declaration
     
    Public Property Duration As System.TimeSpan
    public System.TimeSpan Duration {get; set;}
    See Also