Gets or sets the TimeSpan value indicating the
interval of time the reminder should occur
prior to the start of the appointment.
Namespace:
C1.C1ScheduleAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(typeof(TimeSpan), "0:15:00")] public TimeSpan ReminderTimeBeforeStart { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(GetType(TimeSpan), "0:15:00")> _ Public Property ReminderTimeBeforeStart As TimeSpan Get Set |