How to use put_DateTime

Ruslan Zasukhin sunshine at public.kherson.ua
Thu May 25 11:44:42 CDT 2006


On 5/25/06 4:44 AM, "Matthew Jew" <mjew at icnc.com> wrote:

> That works very well when adding records; however, it does not work
> for simply reading values.
> 
> When I use:
> 
> Const_I_Value_Ptr pv = aAuthLogTable.loginDateTime->get_Value();
> 
> I_ValueDateTime_Ptr pvdt = fbl_dynamic_cast<I_ValueDateTime >(pv);
> 
> pvdt->get_DateTime( .... );

Can you show full your code here?
 
> I get a compilation error.

What error?



virtual    void                get_DateTime(
                                long&    outYear,
                                ushort& outMonth,
                                ushort& outDay,
                                ushort& outHours,
                                ushort& outMinutes,
                                ushort& outSeconds,
                                ushort& outMilliseconds ) const


Note, It returns references via parameters.


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list