To set DateTime dtmNow’s time five hours earlier, use .
a) dtmNow = dtmNow.SubHours( 5 );
b) dtmNow = dtmNow.AddHours( -5 );
c) dtmNow = dtmNow.AddHours( 5 );
d) dtmNow.AddHours( -5 );
b) dtmNow = dtmNow.AddHours( -5 );
Computer Science & Information Technology
You might also like to view...
When you update the Property Sheet of a field in the table, Access will ________ the change made to the underlying table to the form
A) override B) propagate C) change D) inherit
Computer Science & Information Technology
The registration point is crucial when using ____ to move instances.
A. Java B. ActionScript C. JavaScript D. Perl
Computer Science & Information Technology
The _____ Center is a central location for all the security settings in Office.
A. Secure B. Security C. Trust D. Protection
Computer Science & Information Technology
List the standard NTSF permissions for a file.
What will be an ideal response?
Computer Science & Information Technology