ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.C1Schedule Namespace / Appointment Class / ReminderTimeBeforeStart Property

In This Topic
    ReminderTimeBeforeStart Property
    In This Topic
    Gets or sets the System.TimeSpan value indicating the interval of time the reminder should occur prior to the start of the appointment.
    Syntax
    'Declaration
     
    Public Property ReminderTimeBeforeStart As System.TimeSpan
    public System.TimeSpan ReminderTimeBeforeStart {get; set;}
    See Also