Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property CalendarEndDate As DateTime
Get
Set
'Usage
Dim instance As TimeBinding
Dim value As DateTime
value = instance.CalendarEndDate
instance.CalendarEndDate = value
public DateTime CalendarEndDate { get; set; }
public:
property DateTime CalendarEndDate {
DateTime get ();
void set (DateTime value);
}
member CalendarEndDate : DateTime with get, set
function get CalendarEndDate () : DateTime
function set CalendarEndDate (value : DateTime)
Property Value
Type: System.DateTime
The end date.