Subject | Re: [ib-support] Problem with dates in SP |
---|---|
Author | Marco Lauria |
Post date | 2002-08-19T11:39:20Z |
At 12.59 19/08/2002 +0200, you wrote:
I have to do
DELTA_TIME = CAST( <VariableDefinedAsANumber> AS TIMESTAMP );
right?
Regards
Marco
Marco Lauria
STARMAX s.a.s.
TEL. +39-091-6880476
FAX. +39-091-6887202
MOB. +39-348-3547034
[Non-text portions of this message have been removed]
>Marco,So after this
>
>Timestamp - Timestamp returns a number (i.e. duration), not another
>timestamp. So there is no way you can do
>
>DELTA_TIME = DELTA_TIME - :P_DELTA;
>
>You have to do something like
>
><VariableDefinedAsANumber> = DELTA_TIME - :P_DELTA;
I have to do
DELTA_TIME = CAST( <VariableDefinedAsANumber> AS TIMESTAMP );
right?
Regards
Marco
>HTH,Best Regards,
>Set
>
>
>Yahoo! Groups Sponsor
>ADVERTISEMENT
>
>To unsubscribe from this group, send an email to:
>ib-support-unsubscribe@egroups.com
>
>
>
>Your use of Yahoo! Groups is subject to the
><http://docs.yahoo.com/info/terms/>Yahoo! Terms of Service.
Marco Lauria
STARMAX s.a.s.
TEL. +39-091-6880476
FAX. +39-091-6887202
MOB. +39-348-3547034
[Non-text portions of this message have been removed]