Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This example displays the current time in a Label.
Example
private void displayTime()
{
Label1.Text = DateTime.Now.ToShortTimeString();
}
Compiling the Code
The form must contain a Labelnamed Label1.
See Also
Concepts
Designing a User Interface in Visual C#