Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NFixedTimeIndicator Class / Time Property


In This Topic
    Time Property (NFixedTimeIndicator)
    In This Topic
    Gets/Sets the date and time of this schedule indicator. By default set to System.DateTime.MinValue.
    Syntax
    'Declaration
     
    
    Public Property Time As System.Date
    'Usage
     
    
    Dim instance As NFixedTimeIndicator
    Dim value As System.Date
     
    instance.Time = value
     
    value = instance.Time
    public System.DateTime Time {get; set;}
    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