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