unable to specify seconds in datetime constant via extern

 

The following code:

extern datetime TradeTimeBegin = D'2006.08.12 08:28:00';

shows up in the property sheet dialog without the ability to specify seconds. I need to code an additional routine to have the user specify seconds via a second input which gets added to TradeTimeBegin. The datetime docs indicate you can specify seconds, so, one would assume seconds should be able to be specified via extern.

Is this a bug or a doc issue?

 
There is no bug. But it is not reflected in the documentation. Thanx for note
Reason: