TimeBinding.CalendarStartDate Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the start date of the calendar period for the TimeBinding object.

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

Syntax

public DateTime CalendarStartDate { get; set; }
public:
property DateTime CalendarStartDate {
    DateTime get();
    void set(DateTime value);
}
member CalendarStartDate : DateTime with get, set
Public Property CalendarStartDate As Date

Property Value

Type: System.DateTime

The start date.

See Also

TimeBinding Class
Microsoft.AnalysisServices Namespace

Return to top