SetDate()
-
How and where I use the SetDate() to set the date on my Date/Time picker?
-
How and where I use the SetDate() to set the date on my Date/Time picker?
tanarnelinistit wrote:
SetDate()
used when we Indicate the date components to be copied into COleDateTime object. dt.SetDate(2006, 7, 28);
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
tanarnelinistit wrote:
SetDate()
used when we Indicate the date components to be copied into COleDateTime object. dt.SetDate(2006, 7, 28);
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
I have CTime object not COleDateTime. SO?
-
I have CTime object not COleDateTime. SO?
Did you see example SetDate() in MSDN?
_**
**_
WhiteSky
-
Did you see example SetDate() in MSDN?
_**
**_
WhiteSky
WhiteSky wrote:
Did you see example SetDate() in MSDN?
Yes, I saw the example, I solved my problem using GetCurrentTime(). Thanks.