Pregunta

private void Form1_Date (Object sender, System.EventArgs e)
{
System.TimeDate Date = System.DateTime.Get_Today();
}

I have errors compiling which do not specifically state the actual problem.

No hay solución correcta

Otros consejos

System.DateTime Date = System.DateTime.Get_Today();
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top