seconds

  1. A

    php تکه کد روز شمار یا شمارش معکوس

    ♦️ میتونید از این کد جهت شمارش روزهای مونده به تاریخی که تو کد درج میکنید،استفاده کنید. ♦️ این کد بصورت #countdown یا همون #شمارش_معکوس یا #روزشمار عمل میکنه. ♦️ این کد رو روی هاستتون ذخیره کنید،زمانیکه لینک فایل رو باز میکنید،خروجی که مشاهده خواهید کرد،تعداد روزهایی هستش که درج کرده بودید توی...
  2. practicalsoft

    B4X FEED Close call button when is calling, possibile?

    Hello everyone, I would like to create an app that allows me to make a sequence of phone calls to be interrupted while it is ringing after about 5 seconds, every 5 seconds the app must call a number entered in a list of numbers and when it closes the call switch to next number, the problem lies...
  3. practicalsoft

    B4X FEED Background all time

    Hi, What is the best way to start an application in the background without being started directly by the user or despite being closed by the user? Silent Notification works for 30 seconds, is there a way to restart within that process the 30 seconds ?, to make sure it is active ?. Or would I...
  4. practicalsoft

    B4X FEED Convert milliseconds to a date

    can anyone help me to add day,month and year to this sub: B4X: Sub ConvertMillisecondsToString(t As Long) As String Dim hours, minutes, seconds As Int hours = t / DateTime.TicksPerHour minutes = (t Mod DateTime.TicksPerHour) / DateTime.TicksPerMinute seconds = (t Mod...
عقب
بالا