Skip to main content
A newer version of this page is available. .

DateTimeRangeControlClient.GetPreferredCulture() Method

Returns the culture settings for month names, day abbreviations, and the first day of the week.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static CultureInfo GetPreferredCulture()

Returns

Type Description
CultureInfo

An object that specifies the culture settings for month names, day abbreviations, and the first day of the week.

See Also