Scheduler for WinRT
AppointmentComparer Class
Members 


Compares Appointment objects by their start time.
Object Model
AppointmentComparer Class
Syntax
'Declaration
 
Public Class AppointmentComparer 
   Inherits System.Collections.Generic.Comparer(Of Appointment)
'Usage
 
Dim instance As AppointmentComparer
public class AppointmentComparer : System.Collections.Generic.Comparer<Appointment> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.Comparer<T>
      C1.C1Schedule.AppointmentComparer

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

AppointmentComparer Members
C1.C1Schedule Namespace

 

 


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