Module Windows::MSVCRT::Time
In: lib/windows/msvcrt/time.rb

Methods

asctime   clock   ctime   ctime64   difftime   ftime   ftime64   futime   futime64   gmtime   gmtime64   localtime   localtime64   mktime   mktime64   strdate   strftime   strtime   time   time64   tzset   utime   utime64   wasctime   wcsftime   wctime   wctime64   wstrdate   wstrtime   wutime   wutime64  

Constants

Asctime = API.new('asctime', 'P', 'P', 'msvcrt')
Clock = API.new('clock', 'V', 'L', 'msvcrt')
Ctime = API.new('ctime', 'P', 'P', 'msvcrt')
Ctime64 = API.new('_ctime64', 'P', 'P', 'msvcrt')
Difftime = API.new('difftime', 'LL', 'L', 'msvcrt')
Ftime = API.new('_ftime', 'P', 'L', 'msvcrt')
Ftime64 = API.new('_ftime64', 'P', 'L', 'msvcrt')
Futime = API.new('_futime', 'IP', 'I', 'msvcrt')
Futime64 = API.new('_futime64', 'IP', 'I', 'msvcrt')
Gmtime = API.new('gmtime', 'P', 'P', 'msvcrt')
Gmtime64 = API.new('_gmtime64', 'P', 'P', 'msvcrt')
Localtime = API.new('localtime', 'P', 'P', 'msvcrt')
Localtime64 = API.new('_localtime64', 'P', 'P', 'msvcrt')
Mktime = API.new('mktime', 'P', 'L', 'msvcrt')
Mktime64 = API.new('_mktime64', 'P', 'L', 'msvcrt')
Strdate = API.new('_strdate', 'P', 'P', 'msvcrt')
Strftime = API.new('strftime', 'PLPP', 'L', 'msvcrt')
Strtime = API.new('_strtime', 'P', 'P', 'msvcrt')
WinTime = API.new('time', 'P', 'L', 'msvcrt')
WinTime64 = API.new('_time64', 'P', 'L', 'msvcrt')
Tzset = API.new('_tzset', 'V', 'V', 'msvcrt')
Utime = API.new('_utime', 'PP', 'I', 'msvcrt')
Utime64 = API.new('_utime64', 'PP', 'I', 'msvcrt')
Wasctime = API.new('_wasctime', 'P', 'P', 'msvcrt')
Wctime = API.new('_wctime', 'P', 'P', 'msvcrt')
Wctime64 = API.new('_wctime64', 'P', 'P', 'msvcrt')
Wstrdate = API.new('_wstrdate', 'P', 'L', 'msvcrt')
Wcsftime = API.new('wcsftime', 'PLPP', 'L', 'msvcrt')
Wstrtime = API.new('_wstrtime', 'P', 'P', 'msvcrt')
Wutime = API.new('_wutime', 'PP', 'I', 'msvcrt')
Wutime64 = API.new('_wutime64', 'PP', 'I', 'msvcrt')

Public Instance methods

[Validate]