windows-nt/Source/XPSP1/NT/printscan/ui/printui/time.hxx

40 lines
455 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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