Hi,
I'm completely new to XAML programming. I was trying to convert the time to show it in another time zone like this :
but TimeZoneInfo.FindTimeZoneById is not recognized by the system, anything I shud import or is there another way around?Code:Dim localZone As System.TimeZoneInfo = TimeZoneInfo.ConvertTime(Date.Now, TimeZoneInfo.FindTimeZoneById("xxxxx"))
Thank You




Reply With Quote