PRB: SECONDS() Function Is Not Reset at 12:00 A.M. (Midnight)

ID: Q102706

2.5x 2.60 2.60a 3.00 WINDOWS kbother kbprg kbprb

The information in this article applies to:

  • Microsoft Visual FoxPro for Windows, version 3.0
  • Microsoft FoxPro for Windows, versions 2.5x, 2.60, 2.60a

SYMPTOMS

If the system clock goes past 12:00 A.M. while FoxPro for Windows is running, the value returned by the SECONDS() function may not be reset properly.

STATUS

Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

The value returned by the SECONDS() function should be the number of seconds that have elapsed since midnight. The SYS(2) function also returns the number of seconds that have elapsed since midnight, but it rounds the value to the nearest second.

Steps to Reproduce Problem

1. Start FoxPro for Windows.

2. In the Command window, issue the following command:

      ? SECONDS()

3. In the Command window, issue the following command:

      ? SYS(2)

4. Use the Date/Time icon in the Windows Control Panel to change the system
   clock to 11:59:00 P.M.

5. Switch back to FoxPro and wait until the time reaches 12:00 A.M.

6. Repeat steps 2 and 3.

When the system clock reaches midnight, the value returned by the SYS(2) function is reset to 0, but value returned by the SECONDS() function is not.

NOTE: Both SYS(2) and SECONDS() are reset to 0 at midnight in FoxPro 2.5a for MS-DOS.

Additional reference words: VFoxWin 3.00 FoxWin 2.50 2.50a 2.50b 2.60 2.60a KBCategory: kbother kbprg kbprb KBSubcategory: FxprgGeneral

Keywords          : FxprgGeneral 
Version           : 2.5x 2.60 2.60a 3.00
Platform          : WINDOWS


Last Reviewed: April 30, 1996
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.