Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / TwoDigitYearMax Property


In This Topic
    TwoDigitYearMax Property (RegionalSettings)
    In This Topic
    Gets or sets the year value used to calculate the century for two-digit year values.
    Syntax
    'Declaration
     
    
    Public Property TwoDigitYearMax As Integer
    'Usage
     
    
    Dim instance As RegionalSettings
    Dim value As Integer
     
    instance.TwoDigitYearMax = value
     
    value = instance.TwoDigitYearMax
    public int TwoDigitYearMax {get; set;}
    See Also