Hi,

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

Thank You