To subtract one day from DateTime variable dtmDay’s value, assign the value returned by to dtmDay.

a) dtmDay.AddHours( -24 );
b) dtmDay.SubtractDays( 1 );
c) dtmDay.AddDays( -1 );
d) Both a and c.


d) Both a and c.

Computer Science & Information Technology

You might also like to view...

If a method throws an exception, and the exception is not caught inside the method, then the method invocation:

a. terminates b. transfers control to the catch block c. transfers control to the exception handler d. none of the above

Computer Science & Information Technology

Consider whether it is appropriate to introduce the enhanced concepts of specialization/generalization, aggregation, and/or composition into the ER model for the case study described in If appropriate, redraw the ER diagram as an EER diagram with the additional enhanced concepts.

What will be an ideal response?

Computer Science & Information Technology

In the URL http://www.nps.gov/yose/index.htm, ____ is the Web protocol standard.

A. http B. www C. nps D. htm

Computer Science & Information Technology

In CSS code, any text between ____ is treated as a comment and ignored by user agents.

A. /* and */ B. / and / C. "* and *" D. < and >

Computer Science & Information Technology