Object
LocaleInfo
shared AMDesignator | Returns a string for the AM designator. |
shared ComputerName | To get the Network name of the computer use the ComputerName function. |
shared DateSeparator | To get the default date separator symbol that is selected in the system then use the DateSeparator function. |
shared DayName | To get the name of week days then use the DayName function. |
shared DayNameAbbrev | To get the abbreviated name of week days then use the DayNameAbbrev function. |
shared DecimalPoint | To get the default decimal point symbol for numbers that is selected in the system then use the DecimalPoint function. |
shared FirstWeekDay | Returns first week day based on locale settings. |
shared GetSystemEncoding | To get the current system Encoding for usage with Text encoding manager then use the GetSystemEncoding function. |
shared IsMetric | To determine if the measurement system needs to be the metric system or the English system, use the IsMetric function. |
shared LocationDlsFlag | To test if daylight savings are currently active use the LocationDlsFlag function. |
shared LocationGMTDelta | To get information how long the machine location is from Greenwich mean (in seconds), use the ReadLocationGMTdelta function. |
shared LocationLatitude | To get Machine latitude position, use the LocationLatitude function. |
shared LocationLongitude | To get Machine longitude position, use the LocationLongitude function. |
shared MonthName | To get the name of months then use the NameAbbrev function. |
shared MonthNameAbbrev | To get the abbreviated name of months then use the MonthNameAbbrev function. |
shared PMDesignator | Returns a string for the PM designator. |
shared PerMillSymbol | Returns the string that the system uses for the per-thousands symbol. |
shared PercentSymbol | Returns the string that the system uses for the percent symbol. |
shared ThousandsSeparator | To get the default thousands separator symbol for numbers that is selected in the system then use the ThousandsSeparator function. |
shared TimeZoneName | To get the name of the current time zone use the TimeZoneName function. |
shared UserName | To get the currently logged in user use the UserName function. |