Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NFixedTimeIndicator Class / NFixedTimeIndicator Constructor / NFixedTimeIndicator Constructor(DateTime,NFill,Double)
The time to paint this time indicator on.
The fill style of the time indicator. For best results use a semi-transparent color fill, for example - new NColorFill(new NColor(192, 0, 0, 160)).
The time indicator thickness in DIPs.


In This Topic
    NFixedTimeIndicator Constructor(DateTime,NFill,Double)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal time As System.Date, _
       ByVal fill As NFill, _
       ByVal thickness As System.Double _
    )
    'Usage
     
    
    Dim time As System.Date
    Dim fill As NFill
    Dim thickness As System.Double
     
    Dim instance As New NFixedTimeIndicator(time, fill, thickness)
    public NFixedTimeIndicator( 
       System.DateTime time,
       NFill fill,
       System.double thickness
    )

    Parameters

    time
    The time to paint this time indicator on.
    fill
    The fill style of the time indicator. For best results use a semi-transparent color fill, for example - new NColorFill(new NColor(192, 0, 0, 160)).
    thickness
    The time indicator thickness in DIPs.
    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