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
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