TimeBinding.CalendarLanguage Property

Gets or sets the calendar language used for the TimeBinding element.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.CalendarLanguageTypeConverter, Microsoft.AnalysisServices.Design")> _
Public Property CalendarLanguage As Integer 
    Get 
    Set
'Usage
Dim instance As TimeBinding 
Dim value As Integer 

value = instance.CalendarLanguage

instance.CalendarLanguage = value
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.CalendarLanguageTypeConverter, Microsoft.AnalysisServices.Design")]
public int CalendarLanguage { get; set; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.CalendarLanguageTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property int CalendarLanguage {
    int get ();
    void set (int value);
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.CalendarLanguageTypeConverter, Microsoft.AnalysisServices.Design")>]
member CalendarLanguage : int with get, set
function get CalendarLanguage () : int 
function set CalendarLanguage (value : int)

Property Value

Type: System.Int32
An Integer representing the language.

See Also

Reference

TimeBinding Class

Microsoft.AnalysisServices Namespace