Scheduler for WinRT
ReminderTimeBeforeStart Property (Appointment)


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
 
<DefaultValueAttribute()>
Public Property ReminderTimeBeforeStart As TimeSpan
'Usage
 
Dim instance As Appointment
Dim value As TimeSpan
 
instance.ReminderTimeBeforeStart = value
 
value = instance.ReminderTimeBeforeStart
[DefaultValue()]
public TimeSpan ReminderTimeBeforeStart {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Appointment Class
Appointment Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.