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

/*++
Copyright (C) Microsoft Corporation, 1995 - 1998
All rights reserved.
Module Name:
time.hxx
Abstract:
Time related functions.
Author:
Steve Kiraly (SteveKi) 10/28/95
--*/
#ifndef _TIME_HXX
#define _TIME_HXX
DWORD
SystemTimeToLocalTime(
IN DWORD Minutes
);
DWORD
LocalTimeToSystemTime(
IN DWORD Minutes
);
BOOL
bGetTimeFormatString(
IN TString &strTimeFormat
);
#endif // endif _TIME_HXX