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.

No correct solution

OTHER TIPS

System.DateTime Date = System.DateTime.Get_Today();
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top