[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why is a time of 00:00 regarded as Null?
[Thread Prev] | [Thread Next]
- Subject: Re: Why is a time of 00:00 regarded as Null?
- From: Bruce Steers <bsteers4@xxxxxxxxx>
- Date: Tue, 6 Aug 2024 09:28:51 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
What about finding out the time using the command Time() Time(Null) 00:00:00 Time("") 00:00:00 On Tue, 30 Jul 2024 at 15:36, Claus Dietrich <claus.dietrich@xxxxxxxxxx> wrote: > One of my programs failed today. The reason was surprising: > > A date consisting of a time component only and generated with an > expression equivalent to this > > dStartTime = cDate("00:00") > > is regarded as Null. As my program checks the presence of a time > expression with > > if dStartTime then ... > > it fails, if the time is 00:00, which is supposed to be a valid time. > > If this is no bug, how can I check whether a date contains a valid > time-only-component including 00:00 ? > > Best regards > > Claus > > > > >
Re: Why is a time of 00:00 regarded as Null? | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |