NevronOpenVision
Nevron.Nov.Schedule Namespace / NAppointment Class / NAppointment Constructor / NAppointment Constructor(String,DateTime,DateTime)
The subject of the appointment.
The start time.
The end time.
In This Topic
    NAppointment Constructor(String,DateTime,DateTime)
    In This Topic
    Initializing constructor.
    Syntax
    public NAppointment( 
       System.string subject,
       System.DateTime start,
       System.DateTime end
    )

    Parameters

    subject
    The subject of the appointment.
    start
    The start time.
    end
    The end time.
    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