Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NTimeMarker Class / NTimeMarker Constructor / NTimeMarker Constructor(String,NColor)


In This Topic
    NTimeMarker Constructor(String,NColor)
    In This Topic
    Creates an appointment tag using the given base color and setting the highlighted and selected states to darker variants of this color.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As System.String, _
       ByVal color As NColor _
    )
    'Usage
     
    
    Dim name As System.String
    Dim color As NColor
     
    Dim instance As New NTimeMarker(name, color)
    public NTimeMarker( 
       System.string name,
       NColor color
    )

    Parameters

    name
    color
    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