CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: VBScript

  1. #1
    Guest

    VBScript

    Hi there:
    I know the javascript has a mothed call dateobj.getTimezoneOffset(),I can us
    this to figure the time difference from local time to GMT. Is anyone know
    VB script has this same function or something ? Thanx in advanced.


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: VBScript

    Check out msdn.microsoft.com/scripting/start.htm. Click on VBScript and then Language Reference. The in the right frame, click on Functions. I think I saw some function that would do that, but I can't remember exactly what it was.

    Good luck,
    John

    John Pirkey
    MCSD
    www.ShallowWaterSystems.com
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

  3. #3
    Guest

    Re: VBScript

    Thanks for your tips, (I did go there. But There is not such Function.)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured