Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / NScheduleHeader Class / DateRangeFormat Property


In This Topic
    DateRangeFormat Property
    In This Topic
    Gets/Sets the format of date ranges. Used in month view. By default set to "{0:dd MMM} - {1:dd MMM}", which produces texts like "01 Jan - 07 Jan".
    Syntax
    'Declaration
     
    
    Public Property DateRangeFormat As System.String
    'Usage
     
    
    Dim instance As NScheduleHeader
    Dim value As System.String
     
    instance.DateRangeFormat = value
     
    value = instance.DateRangeFormat
    public System.string DateRangeFormat {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