COleDateTime in VS.NET 2003 ?
From: Chris (chrisNOSPAM_at_noswisscomspam.com)
Date: 04/27/04
- Next message: Igor Tandetnik: "Re: COleDateTime in VS.NET 2003 ?"
- Previous message: Paul Pastura: "DCOM time-out and protocol"
- Next in thread: Igor Tandetnik: "Re: COleDateTime in VS.NET 2003 ?"
- Reply: Igor Tandetnik: "Re: COleDateTime in VS.NET 2003 ?"
- Reply: Santhosh Pillai [MS]: "Re: COleDateTime in VS.NET 2003 ?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 27 Apr 2004 13:40:00 +0200
Hello everyone
Is there something special in the ATL::COleDateTime class?
The following code:
COleDateTime dt;
cout << dt.SetDate(2004, 2, 31) << endl;
display 0, which is supposed to mean that date was successfully set.
February 31 is certainly not a valid date to me, so what am I missing?
Chris
- Next message: Igor Tandetnik: "Re: COleDateTime in VS.NET 2003 ?"
- Previous message: Paul Pastura: "DCOM time-out and protocol"
- Next in thread: Igor Tandetnik: "Re: COleDateTime in VS.NET 2003 ?"
- Reply: Igor Tandetnik: "Re: COleDateTime in VS.NET 2003 ?"
- Reply: Santhosh Pillai [MS]: "Re: COleDateTime in VS.NET 2003 ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|