Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / TwoDigitYearMax Property


In This Topic
    TwoDigitYearMax Property (IRegionalSettings)
    In This Topic
    Gets or sets the last year of a 100-year range that can be represented by a two-digit year.
    Syntax
    'Declaration
     
    
    Property TwoDigitYearMax As Integer
    'Usage
     
    
    Dim instance As IRegionalSettings
    Dim value As Integer
     
    instance.TwoDigitYearMax = value
     
    value = instance.TwoDigitYearMax
    int TwoDigitYearMax {get; set;}
    See Also