AppointmentRecurrence.GetOccurrence Method
3/29/2010
Gets one specific occurence of the recurring Appointment.
Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)
Syntax
public Appointment GetOccurrence (
DateTime dateOfOccurrence
)
'Declaration
Public Function GetOccurrence ( _
dateOfOccurrence As DateTime _
) As Appointment
Parameters
- dateOfOccurrence
The Date where the user wants to find an occurrence.
Return Value
Appointment matching that occurence, or null if there are no occurrences in the specified date.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
AppointmentRecurrence Class
AppointmentRecurrence Members
Microsoft.WindowsMobile.PocketOutlook Namespace