Module Example
Public Sub Main()
Dim currentTime As Date = Date.Now
Console.WriteLine("New Delhi: {0}", TimeZoneInfo.ConvertTimeBySystemTimeZoneId(currentTime, TimeZoneInfo.Local.Id, "India Standard Time"))
End Sub
End Module