Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
455 B

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1995 - 1998
  3. All rights reserved.
  4. Module Name:
  5. time.hxx
  6. Abstract:
  7. Time related functions.
  8. Author:
  9. Steve Kiraly (SteveKi) 10/28/95
  10. --*/
  11. #ifndef _TIME_HXX
  12. #define _TIME_HXX
  13. DWORD
  14. SystemTimeToLocalTime(
  15. IN DWORD Minutes
  16. );
  17. DWORD
  18. LocalTimeToSystemTime(
  19. IN DWORD Minutes
  20. );
  21. BOOL
  22. bGetTimeFormatString(
  23. IN TString &strTimeFormat
  24. );
  25. #endif // endif _TIME_HXX