Sunteți pe pagina 1din 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

S-ar putea să vă placă și