NevronOpenVision
Nevron.Nov.Schedule Namespace / NRecurrenceRule Class / TryGetFirstAppointmentStart Method
In This Topic
    TryGetFirstAppointmentStart Method
    In This Topic
    Tries to get the start date and time of the first appointment defined by this recurrence rule, which intersects the given date time range.
    Syntax
    protected virtual System.bool TryGetFirstAppointmentStart( 
       System.DateTime appointmentStart,
       System.DateTime appointmentEnd,
       System.DateTime rangeStart,
       System.DateTime rangeEnd,
       out System.DateTime result
    )

    Parameters

    appointmentStart
    appointmentEnd
    rangeStart
    rangeEnd
    result
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also