Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDateTimeValueFormatter Class / WeekFormatString Property


In This Topic
    WeekFormatString Property
    In This Topic
    Gets or sets the week format string
    Syntax
    'Declaration
     
    
    Public Property WeekFormatString As System.String
    'Usage
     
    
    Dim instance As NDateTimeValueFormatter
    Dim value As System.String
     
    instance.WeekFormatString = value
     
    value = instance.WeekFormatString
    public System.string WeekFormatString {get; set;}
    Remarks
    The week format string is used to format week number. By default weeks will be formatted as Week 1, Week 2 etc.
    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