Domanda

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.

Nessuna soluzione corretta

Altri suggerimenti

System.DateTime Date = System.DateTime.Get_Today();
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top