TimeBinding.FiscalFirstDayOfMonth Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[EditorAttribute("Microsoft.AnalysisServices.Design.DateOfMonthPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
[DefaultValueAttribute(1)]
public int FiscalFirstDayOfMonth { get; set; }
public:
[EditorAttribute("Microsoft.AnalysisServices.Design.DateOfMonthPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
[DefaultValueAttribute(1)]
property int FiscalFirstDayOfMonth {
    int get();
    void set(int value);
}
[<EditorAttribute("Microsoft.AnalysisServices.Design.DateOfMonthPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
[<DefaultValueAttribute(1)>]
member FiscalFirstDayOfMonth : int with get, set
<EditorAttribute("Microsoft.AnalysisServices.Design.DateOfMonthPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
<DefaultValueAttribute(1)>
Public Property FiscalFirstDayOfMonth As Integer

Property Value

Type: System.Int32

An Integer indicating the first day of the fiscal month for a TimeBinding object.

See Also

TimeBinding Class
Microsoft.AnalysisServices Namespace

Return to top