Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Contains types that define culture-related information, for writing globalized (internationalized) applications.
Classes
Class | Description | |
---|---|---|
![]() |
CultureInfo | Provides information about a specific culture (called a locale for unmanaged code development). The information includes the names for the culture, the writing system, the calendar used, and formatting for dates and sort strings. |
![]() |
DateTimeFormatInfo | Provides culture-specific information about the format of date and time values. |
![]() |
DaylightTime | Defines the period of daylight saving time. |
![]() |
NumberFormatInfo | Defines how numeric values are formatted and displayed, depending on the culture. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
CultureTypes | Defines the types of culture lists that can be retrieved using the CultureInfo..::..GetCultures method. |