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

In This Topic
    Duration Property (BeforeTimeFormatEventArgs)
    In This Topic
    Gets the System.TimeSpan value determining the duration of the time interval to format.
    Syntax
    'Declaration
     
    Public ReadOnly Property Duration As System.TimeSpan
    public System.TimeSpan Duration {get;}
    See Also