Android Question timespan help

ykucuk

Well-Known Member
Licensed User
Longtime User
Hello,

how can i convert below c# code to b4a.

TimeSpan t = (DateTime.Now - Start)+ TimeSpan.FromSeconds(savedbefore ) ;
Console.Writeline (t.TotalSeconds );
lblChronometer.Text = t.ToString(@"dd\.hh\:mm\:ss");

'*** note that savedbefore is timespan also which saved before and get from database
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…