Ignore:
Timestamp:
Dec 9, 2000, 8:19:42 PM (25 years ago)
Author:
umoeller
Message:

Major updates; timers, LVM, miscellaneous.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/datetime.h

    r7 r14  
    1414
    1515/*      Copyright (C) 1997-2000 Ulrich M”ller.
    16  *      This file is part of the XWorkplace source package.
    17  *      XWorkplace is free software; you can redistribute it and/or modify
     16 *      This file is part of the "XWorkplace helpers" source package.
     17 *      This is free software; you can redistribute it and/or modify
    1818 *      it under the terms of the GNU General Public License as published
    1919 *      by the Free Software Foundation, in version 2 as it comes in the
     
    4141                             DATETIME* pdt);
    4242
     43    ULONG dtDayOfWeek(ULONG day,
     44                      ULONG mon,
     45                      ULONG yr);
     46
    4347    int dtIsLeapYear(unsigned yr);
    4448
     
    5660                       unsigned *pday);
    5761
     62    BOOL dtIsValidDate(LONG day,
     63                       LONG month,
     64                       ULONG year);
    5865#if __cplusplus
    5966}
Note: See TracChangeset for help on using the changeset viewer.