WD: TimeValue() Function Returns Incorrect Time ValueLast reviewed: February 3, 1998Article ID: Q117699 |
The information in this article applies to:
SYMPTOMSThe TimeValue macro function ignores the "p" in "2:04 p" and returns a serial number for "2:04 am" instead.
CAUSEThe times listed below all refer to the same time, 2:04 in the afternoon.
2:04 pm 2:04 PM 2:04 p 2:04 PWhen the values "p" or "P" are passed to the WordBasic TimeValue() function, TimeValue() fails to recognize them as being valid notations for "pm". It instead ignores the "p" and treats the value as a morning time value--that is, "am."
WORKAROUNDUse "PM", "pm", "AM" or "am" instead of "P", "p", "A" or "a" when passing values to the TimeValue() function.
STATUSMicrosoft has confirmed this to be a problem in the Word versions listed in the Applies To section of this article. This problem has been corrected in Word 97 for Windows and Word 98 Macintosh Edition.
|
Additional query words: time value
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |