Scheduler for WinRT
Appointments Property (VisualInterval)


Gets a collection of IntervalAppointment objects representing appointments whose time range is intersected with the time range of this VisualInterval.
Syntax
'Declaration
 
Public ReadOnly Property Appointments As IntervalAppointmentCollection
'Usage
 
Dim instance As VisualInterval
Dim value As IntervalAppointmentCollection
 
value = instance.Appointments
public IntervalAppointmentCollection Appointments {get;}
Remarks
This collection provides active notifications when a set of appointments intersecting with this VisualInterval is changed, so you can safely bind UI elements to it in XAML.
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

VisualInterval Class
VisualInterval Members

 

 


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