Sunday, August 7, 2011

Convert Current time to minutes

int iGetCurrentTimeInMinutes = (int)DateTime.Now.TimeOfDay.TotalMinutes;

No comments:

Post a Comment

If you’re using Visual Studio to build your .NET MAUI app on a Mac, locating the IPA (iOS App Package) file can be a bit tricky

  If you’re using   Visual Studio   to build your   .NET MAUI   app on a   Mac , locating the   IPA (iOS App Package)   file can be a bit tr...