Changeset 14 for trunk/include/helpers/datetime.h
- Timestamp:
- Dec 9, 2000, 8:19:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/datetime.h
r7 r14 14 14 15 15 /* Copyright (C) 1997-2000 Ulrich Mller. 16 * This file is part of the XWorkplacesource package.17 * XWorkplaceis free software; you can redistribute it and/or modify16 * This file is part of the "XWorkplace helpers" source package. 17 * This is free software; you can redistribute it and/or modify 18 18 * it under the terms of the GNU General Public License as published 19 19 * by the Free Software Foundation, in version 2 as it comes in the … … 41 41 DATETIME* pdt); 42 42 43 ULONG dtDayOfWeek(ULONG day, 44 ULONG mon, 45 ULONG yr); 46 43 47 int dtIsLeapYear(unsigned yr); 44 48 … … 56 60 unsigned *pday); 57 61 62 BOOL dtIsValidDate(LONG day, 63 LONG month, 64 ULONG year); 58 65 #if __cplusplus 59 66 }
Note:
See TracChangeset
for help on using the changeset viewer.