V
V.K.S.B.K
Guest
Dear Friends,
I want to get the list of Timezone information with DaylightSaving Time info.
I was able to get the list as follows;
Private Sub Form1_Load(sender As Object, e As System.EventArgs) Handles Me.Load
TimeZoneInfoListBox.Items.AddRange(TimeZoneInfo.GetSystemTimeZones.ToArray)
End Sub
This doesn't include the DayLightSaving Time info.
Can you please let me know whether there is Timezone info with DayLightSaving Time? If so how to get it.
Please help.
Thanks
Regards
VKSBK
A Real Novice Programmer !
Continue reading...
I want to get the list of Timezone information with DaylightSaving Time info.
I was able to get the list as follows;
Private Sub Form1_Load(sender As Object, e As System.EventArgs) Handles Me.Load
TimeZoneInfoListBox.Items.AddRange(TimeZoneInfo.GetSystemTimeZones.ToArray)
End Sub
This doesn't include the DayLightSaving Time info.
Can you please let me know whether there is Timezone info with DayLightSaving Time? If so how to get it.
Please help.
Thanks
Regards
VKSBK
A Real Novice Programmer !
Continue reading...