dimanche 29 mai 2016

Add 30 seconds to Time

Hi,

I am using the following code to generate a time & date string..

Code:
  Dim current_time As String = DateTime.GetHour(DateTime.Now) & ":" & DateTime.GetMinute(DateTime.Now) & ":" & DateTime.GetSecond(DateTime.Now)
Dim current_date As String = DateTime.GetDayOfMonth(DateTime.Now) & "-" & DateTime.GetMonth(DateTime.Now) & "-" & DateTime.GetYear(DateTime.Now)

Dim current_year As String = DateTime.GetYear(DateTime.Now)
Dim current_month As String =...
Add 30 seconds to Time

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/25qsV0R
via IFTTT

Aucun commentaire:

Enregistrer un commentaire