Scheduler for WinRT
IntervalAppointment Class
Members 


Represents an Appointment in a VisualInterval.
Object Model
IntervalAppointment Class
Syntax
'Declaration
 
Public Class IntervalAppointment 
   Inherits Windows.UI.Xaml.DependencyObject
'Usage
 
Dim instance As IntervalAppointment
public class IntervalAppointment : Windows.UI.Xaml.DependencyObject 
Remarks
A single Appointment may cover multiple time intervals represented by VisualInterval objects from the SchedulerGroupItem.VisualIntervals collection. The IntervalAppointment object represents an Appointment belonging to a certain Interval.

The IntervalAppointment objects are used as DataContext for the IntervalAppointmentTemplate DataTemplate.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.__ComObject
         System.Runtime.InteropServices.WindowsRuntime.RuntimeClass
            Windows.UI.Xaml.DependencyObject
               C1.Xaml.Schedule.IntervalAppointment

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

IntervalAppointment Members
C1.Xaml.Schedule Namespace

 

 


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