Nevron.Nov.Schedule Namespace / NAppointment Class / CreateWeekly Method / CreateWeekly(String,ENDayOfWeek,Double,Double,String,String) Method
The text of the appointment.
The days of the week on which it should occur. Use the '|' operator to specify multiple days, for example: ENDayOfWeek.Monday | ENDayOfWeek.Wednesday | ENDayOfWeek.Friday
The start hour of the recurring appointment.
The end hour of the recurring appointment.
The appointment category.
The appointment time marker.
In This Topic
    CreateWeekly(String,ENDayOfWeek,Double,Double,String,String) Method
    In This Topic
    Creates an appointment that occurs every week.
    Syntax
    public static NAppointment CreateWeekly( 
       System.string text,
       ENDayOfWeek daysOfWeek,
       System.double startHour,
       System.double endHour,
       System.string category,
       System.string timeMarker
    )

    Parameters

    text
    The text of the appointment.
    daysOfWeek
    The days of the week on which it should occur. Use the '|' operator to specify multiple days, for example: ENDayOfWeek.Monday | ENDayOfWeek.Wednesday | ENDayOfWeek.Friday
    startHour
    The start hour of the recurring appointment.
    endHour
    The end hour of the recurring appointment.
    category
    The appointment category.
    timeMarker
    The appointment time marker.
    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