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 start date of the calendar period for the TimeBinding object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property CalendarStartDate As DateTime
Get
Set
'Usage
Dim instance As TimeBinding
Dim value As DateTime
value = instance.CalendarStartDate
instance.CalendarStartDate = value
public DateTime CalendarStartDate { get; set; }
public:
property DateTime CalendarStartDate {
DateTime get ();
void set (DateTime value);
}
member CalendarStartDate : DateTime with get, set
function get CalendarStartDate () : DateTime
function set CalendarStartDate (value : DateTime)
Property Value
Type: System.DateTime
The start date.