FirstDayOfWeek Propiedad
Gets or sets the first day of the week for a TimeBinding object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property FirstDayOfWeek As Integer
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .Int32
An Integer representing the first day of the week for a TimeBinding object.
Vea también