How to Set date and time in C#.Net

// Set date and time without using datetimepicker

            DateTime dt = new DateTime(1992, 04, 21, 3, 52, 52);

            MessageBox.Show(dt.ToString());



--
/\/ir@\/  <(.'.)>

Comments

Popular posts from this blog

How to get column value from the selected row in data grid in wpf c#.net

How to make and use web service in Microsoft Dynamics Navision.

How to use Format function in Microsoft Dynamics Navision.