CalendarEndDate-Eigenschaft
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)
Eigenschaftswert
Typ: System. . :: . .DateTime
The end date.