|
-
April 9th, 1999, 08:52 AM
#2
Re: COleDateTime
You can simply say:
COleDateTime dates[3];
COleDateTime is a wrapper for VARIANT's DATE type. COleVariant is a wrapper for VARIANTs themselves. If you need to create a variant, you can say:
COleVariant v(dates[0]);
here, the variable "v" gets initialised as VT_DATE from the supplied COleDateTime.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|