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.Silverlight.Schedule (in C1.Silverlight.Schedule.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 |