On The Specification Of The Day ...
v The day is simply a number that is typed in
v It should be saved in a variable for later use
The text box is a control that will
be named “txtDay”.  Its content is
referred to as its property “Text”.
To refer to any property write
<control name>.<property>
Logic for Textbox

dayPick = txtDay.Text
...