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