VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Get Current Greewich Mean Time using GetSystemTime API

Karthikeyan  (187 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Wed 1st August 2001   Mon 8th February 2021

Get Current Greewich Mean Time using GetSystemTime API

API Declarations


wYear As Integer
wMonth As Integer
wDayOfWeek As Integer
wDay As Integer
wHour As Integer
wMinute As Integer
wSecond As Integer
wMilliseconds As Integer
End Type
Private Declare Sub GetSystemTime Lib "kernel32.dll" (lpSystemTime As SYSTEMTIME)
Dim gtime As SYSTEMTIME

Rate Get Current Greewich Mean Time using GetSystemTime API (1(1 Vote))
Get Current Greewich Mean Time using GetSystemTime API.bas

Get Current Greewich Mean Time using GetSystemTime API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters