Hi
It is simple to know if DST is active
However, what if I wanted to know if DST would be active on some past or future date?
If there any way to find this out?
Thank you
Andrew
It is simple to know if DST is active
B4X:
Dim daylightsavings As Int
If IsDaylightInEffect = True Then
daylightsavings = 1
Else
daylightsavings = 0
End If
However, what if I wanted to know if DST would be active on some past or future date?
If there any way to find this out?
Thank you
Andrew