Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How do you show different times in Microsoft Visual Basic 2010 Express?

i am in a computer programming class and i am using visual basic 2010 express. at home i decided to make a project with multiple time zones around the world. i know how to find the current time zone, but i cant figure out how to put different ones. plz help.

2 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    Make your base time your home timezone.

    Dim myTime As Date = Now()

    Then set your other timezones +/- hours from you.

    Dim AustraliaTime as Date = DateAdd(DateInterval.Hours, myTime, 15)

    Dim EasternTime as Date = DateAdd(DateInterval.Hours, myTime, -1)

    Etc.

    Source(s): VB.NET Programmer
  • Anonymous
    4 years ago

    the customer application will could desire to connect with the cyber web (on your replace internet site) and examine/learn the final replace version or date. Use the cyber web administration or seem for code that "is going to a internet site". i'm uncertain how particular you are going to be able to desire to be, so...

Still have questions? Get your answers by asking now.