Ext.Net.CalendarPanelBase.SetStartDate C# (CSharp) Method

SetStartDate() public method

Sets the start date for the currently-active calendar view.
public SetStartDate ( System.DateTime dt ) : void
dt System.DateTime start date
return void
        public void SetStartDate(DateTime dt)
        {
            this.Call("setStartDate", dt);
        }