[]
        
(Showing Draft Content)

C1.Win.Schedule.Forms.GoToDate.-ctor

GoToDate Constructor

GoToDate(string, DateTime)

Initializes a new instance of the GoToDate form.

Declaration
public GoToDate(string dateFormat, DateTime initialDate)
Parameters
Type Name Description
string dateFormat

Format string for displaying dates.

DateTime initialDate

Initial date selected in the dialog.

GoToDate(C1Schedule, string, DateTime)

Initializes a new instance of the GoToDate form.

Declaration
public GoToDate(C1Schedule schedule, string dateFormat, DateTime initialDate)
Parameters
Type Name Description
C1Schedule schedule

The owning C1Schedule control.

string dateFormat

Format string for displaying dates.

DateTime initialDate

Initial date selected in the dialog.