Поделиться через


Свойство FirstDayOfWeek

Gets or sets the first day of the week for a TimeBinding object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property FirstDayOfWeek As Integer
    Get
    Set
'Применение
Dim instance As TimeBinding
Dim value As Integer

value = instance.FirstDayOfWeek

instance.FirstDayOfWeek = value
public int FirstDayOfWeek { get; set; }
public:
property int FirstDayOfWeek {
    int get ();
    void set (int value);
}
member FirstDayOfWeek : int with get, set
function get FirstDayOfWeek () : int
function set FirstDayOfWeek (value : int)

Значение свойства

Тип: System. . :: . .Int32
An Integer representing the first day of the week for a TimeBinding object.