Menu

All posts in: C#

call click event in c#

Written by

You can easily do it by the following piece of code: button.PerformClick(); 2. private void Some_Method() //this method is called { SubGraphButton_Click(new ..

5 years ago
418
Comments Off on call click event in c#

Get Indian Standard Time(IST) in c#?

Written by

This method to Get current date-time from UTC and saving through Entity Framework. Err.Date = TimeZoneInfo.ConvertTimeFromUtc(DateTime.UtcNow, TimeZoneInfo.FindSystemTimeZoneById("India ..

8 years ago
371
Comments Off on Get Indian Standard Time(IST) in c#?