| C1.C1Schedule Namespace > AppointmentCollection Class > GetOccurrences Method : GetOccurrences(Appointment,DateTime,DateTime) Method |
'DeclarationPublic Overloads Function GetOccurrences( _ ByVal appointment As Appointment, _ ByVal start As Date, _ ByVal end As Date _ ) As AppointmentList
'UsageDim instance As AppointmentCollection Dim appointment As Appointment Dim start As Date Dim end As Date Dim value As AppointmentList value = instance.GetOccurrences(appointment, start, end)
public AppointmentList GetOccurrences( Appointment appointment, DateTime start, DateTime end )
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