This topic has not yet been rated - Rate this topic

Language.Days Property

Gets the names of the days of the week for the referenced language.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Days { get; }

Property Value

Type: System.String
A String value that contains the names of the days of the week.

The string contains the names of the days of the week in order, starting with the first day of the week, which is specified by the FirstDayOfWeek property.

For example, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag, Sonntag is the value of the Days property for the German (Deutsch). In this example, the FirstDayOfWeek property value is 1, indicating that Montag (Monday) is the first day of the week.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.