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