TimeBinding.CalendarEndDate Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: System.DateTime

The end date.

See Also

TimeBinding Class
Microsoft.AnalysisServices Namespace

Return to top