Scheduler for WinRT
SetReminder Property


Gets or sets whether reminder should be set for the newly created appointments. The default value is true.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<C1DescriptionAttribute("新しい予定にアラームを設定するかどうかを指定します。")>
<C1CategoryAttribute()>
Public Property SetReminder As Boolean
'Usage
 
Dim instance As C1SchedulerSettings
Dim value As Boolean
 
instance.SetReminder = value
 
value = instance.SetReminder
[DefaultValue()]
[C1Description("新しい予定にアラームを設定するかどうかを指定します。")]
[C1Category()]
public bool SetReminder {get; set;}
Remarks
This property only affects initial setting. End-user will be able to change reminder settings for every individual C1.C1Schedule.Appointment object.
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

C1SchedulerSettings Class
C1SchedulerSettings Members

 

 


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