Nevron.Nov.Schedule Namespace / NAppointmentBase Class / TimeMarker Property
In This Topic
    TimeMarker Property
    In This Topic
    Gets/Sets the time marker of this appointment.
    Syntax
    public System.string TimeMarker {get; set;}
    Remarks
    Use any of the constants in NTimeMarker.Type, for example NTimeMarker.Type.Busy or a string for a custom time marker you have added to the NSchedule.TimeMarkers collection.
    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