Nevron Open Vision Documentation
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
    'Declaration
     
    
    Public Function New( _
       ByVal subject As System.String, _
       ByVal start As System.Date, _
       ByVal end As System.Date _
    )
    'Usage
     
    
    Dim subject As System.String
    Dim start As System.Date
    Dim end As System.Date
     
    Dim instance As New NAppointment(subject, start, end)
    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