سؤال

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.

لا يوجد حل صحيح

نصائح أخرى

System.DateTime Date = System.DateTime.Get_Today();
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top