dst

  1. A

    Android Question DST Problem

    Hi all. I have a problem with DateUtils.AddPeriod and DST which is In the USA today March, 13 2022 Here is my code Private Sub GetStrTo(strFrom As String) As String Try Dim TimeFormatShow As String="hh:mm a",DateFormat As String="MM/dd/yyyy"...
  2. A

    Android Question DST problem

    Hi all. I have a problem with DateUtils.AddPeriod and DST which is In the USA today November, 7 2021 Here is my code Private Sub GetStrTo(strFrom As String, AddHour As Int) As String Try Dim Arr() As String Dim NotTimeDate As String,NoteTimeStr As String...
  3. A

    Android Question Daylight Saving Time question

    Hi all. I have a problem with checking if DST has started. Here is my code - this is just an example private Sub CheckIsDST Try Dim Offset1 As Double,Offset2 As Double Dim Date1 As String,Date2 As String Date1="03/12/2021" Date2="03/13/2021"...
Top