[]
Initializes a new instance of the GoToDate form.
public GoToDate(string dateFormat, DateTime initialDate)
Type | Name | Description |
---|---|---|
string | dateFormat | Format string for displaying dates. |
DateTime | initialDate | Initial date selected in the dialog. |
Initializes a new instance of the GoToDate form.
public GoToDate(C1Schedule schedule, string dateFormat, DateTime initialDate)
Type | Name | Description |
---|---|---|
C1Schedule | schedule | The owning C1Schedule control. |
string | dateFormat | Format string for displaying dates. |
DateTime | initialDate | Initial date selected in the dialog. |