Question

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.

Pas de solution correcte

Autres conseils

System.DateTime Date = System.DateTime.Get_Today();
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top