0% found this document useful (0 votes)
41 views

Universidad Tecnológica de La Zona Metropolitana de Guadalajara

Erick Esaú Gutierrez Mendoza completed an activity to program an application using the DateTimePicker control correctly. He added a DateTimePicker and label, and used code to display the selected date in the label. When the application ran, it showed the date in the DateTimePicker and label. He concluded that this activity helped facilitate using this type of control in projects.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views

Universidad Tecnológica de La Zona Metropolitana de Guadalajara

Erick Esaú Gutierrez Mendoza completed an activity to program an application using the DateTimePicker control correctly. He added a DateTimePicker and label, and used code to display the selected date in the label. When the application ran, it showed the date in the DateTimePicker and label. He concluded that this activity helped facilitate using this type of control in projects.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

UNIVERSIDAD TECNOLGICA DE LA ZONA

METROPOLITANA DE GUADALAJARA. applications development I

REPORT OF ACTIVITIES

Activity: DateTimePicker

Student: Gutierrez Mendoza Erick Esa

Enrollment: 5116310011

Career: Technologies of the information and the communication.


Objective: The student was programming an application using in a correct way the
datatimepicker.

Inicia vigencia de versin: Fecha liberacin 1ra. versin:


Codificacin: RE-R01-35 Versin: F Raz: PD-R01-04
31-oct-2014 26-jul-2006
Tiempo de Retencin:
Archive en: Expediente de Estada DCR (Copia rubricada); Expediente del alumno en DSE
2 aos
UNIVERSIDAD TECNOLGICA DE LA ZONA
METROPOLITANA DE GUADALAJARA. applications development I

Materials (if it applies):


SharpDevelop
Laptop.
Internet.

Theoretical frame:

DateTimePicker Class:

Represents a Windows control that allows the user to select a date and a time and to
display the date and time with a specified format.

Develop

First I add the control DateTimePicker later I add a label.

The following codes were in use in order that it was possible to show the
dates in the label.

void DateTimePicker1ValueChanged(object sender, EventArgs e)


{
label1.Text = dateTimePicker1.Text ;
}
void MainFormLoad(object sender, EventArgs e)
{
label1.Text = dateTimePicker1.Text;
}

Inicia vigencia de versin: Fecha liberacin 1ra. versin:


Codificacin: RE-R01-35 Versin: F Raz: PD-R01-04
31-oct-2014 26-jul-2006
Tiempo de Retencin:
Archive en: Expediente de Estada DCR (Copia rubricada); Expediente del alumno en DSE
2 aos
UNIVERSIDAD TECNOLGICA DE LA ZONA
METROPOLITANA DE GUADALAJARA. applications development I

Simulatin

I add the control DateTimePicker later


I add a label.

In the first line, the written alone code was showing the date when it is selected.
But the second line shows the date without having selected it.

Inicia vigencia de versin: Fecha liberacin 1ra. versin:


Codificacin: RE-R01-35 Versin: F Raz: PD-R01-04
31-oct-2014 26-jul-2006
Tiempo de Retencin:
Archive en: Expediente de Estada DCR (Copia rubricada); Expediente del alumno en DSE
2 aos
UNIVERSIDAD TECNOLGICA DE LA ZONA
METROPOLITANA DE GUADALAJARA. applications development I

The application running it shows the


date in the control and also in the label.

Conclusion:

This activity is similar to the past activity, which


I facilitate the accomplishment of the same
one. This type of control probably if it manages
to use in our project.

Bibliography.

S/A. (2011). DateTimePicker Class. S/F, de Microsoft

Inicia vigencia de versin: Fecha liberacin 1ra. versin:


Codificacin: RE-R01-35 Versin: F Raz: PD-R01-04
31-oct-2014 26-jul-2006
Tiempo de Retencin:
Archive en: Expediente de Estada DCR (Copia rubricada); Expediente del alumno en DSE
2 aos

You might also like