Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class
Fields Properties Methods


In This Topic
    RegionalSettings Class Members
    In This Topic

    The following tables list the members exposed by RegionalSettings.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected Fieldstatic (Shared in Visual Basic)Internal use only.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the array of abbreviated names of the days of the week.  
    Public PropertyGets or sets the array of abbreviated names of the months of the year.  
    Public PropertyGets or sets the string that indicates morning for 12-hour time format.  
    Public PropertyGets or sets the calendar used for formatting DateTime values.  
    Public PropertyGets or sets the culture-specific information.  
    Public PropertyGets or sets the number of digits in the decimal portion of a currency value.  
    Public PropertyGets or sets the string used to separate the integer and decimal portions of a currency value.  
    Public PropertyGets or sets the character used to separate groups of digits in currency values.  
    Public PropertyGets or sets the number of digits by which to group currency values.  
    Public PropertyGets or sets the format for negative currency values.  
    Public PropertyGets or sets the format for positive currency values.  
    Public PropertyGets or sets the string to use as the currency symbol in currency values.  
    Public PropertyGets or sets the current year if the year is not specified in a date value.  
    Public PropertyGets or sets the string that separates the portions of a date value.  
    Public PropertyGets or sets the format for displaying dates and times using a DateTimeFormatInfo object.  
    Public PropertyGets or sets the array of names of the days of the week.  
    Public PropertyGets or sets the string used to separate the integer and decimal portions of a decimal value.  
    Public Propertystatic (Shared in Visual Basic)Gets or sets a copy of the default regional settings.  
    Public PropertyGets or sets the string to format the long (non-abbreviated) date value when the DateTimeFormat property is set to LongDate or LongDateWithTime.  
    Public PropertyGets or sets the array of names of the days of the week.  
    Public PropertyGets or sets the string to use as the negative sign in numeric values.  
    Public PropertyGets or sets the number of decimal places to display in numeric values.  
    Public PropertyGets or sets the character used to separate groups of digits in numeric values.  
    Public PropertyGets or sets the number of digits by which to group numeric values.  
    Public PropertyGets or sets whether to display a leading zero in floating-point numbers.  
    Public PropertyGets or sets how to format negative values.  
    Public PropertyGets or sets the parent regional settings.  
    Public PropertyGets or sets the number of digits in the decimal portion of a percent value.  
    Public PropertyGets or sets the format for displaying negative percent values.  
    Public PropertyGets or sets the format for displaying positive percent values.  
    Public PropertyGets or sets the character to use as the percent symbol in numeric values.  
    Public PropertyGets or sets the string that indicates afternoon for 12-hour time format.  
    Public PropertyGets or sets the string to use as the positive sign in numeric values.  
    Public PropertyGets the property set as an array.  
    Public PropertyGets or sets the string to format the short (abbreviated) date value when the DateTimeFormat property is set to ShortDate or ShortDateWithTime.  
    Public PropertyGets or sets the format used to represent time values when the DateTimeFormat property is set to TimeOnly, LongDateWithTime, or ShortDateWithTime.  
    Public PropertyGets or sets the string that separates the portions of a time value.  
    Public PropertyGets or sets the year value used to calculate the century for two-digit year values.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates and returns a set of regional settings that is a copy of the current instance.  
    Public Methodstatic (Shared in Visual Basic)Returns the first non-blank character in the string, or else null.  
    Public Methodstatic (Shared in Visual Basic)Determines whether a string is all blanks.  
    Top
    Protected Methods
     NameDescription
    Protected MethodQueries the bit map to determine if a property has been set.  
    Protected MethodResets the bit map to false and frees any object that the property has created.  
    Protected MethodResets the entire bit map to false indicating that all properties are at their default state.  
    Protected MethodUpdates the bit map to indicate that a property has been set  
    Top
    See Also