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...

It is often argued that peer-to-peer systems can offer anonymity for (i) clients accessing resources (ii) the hosts providing access to resources. Discuss each of these propositions. Suggest a way in which the resistance to attacks on anonymity might be improved.

What will be an ideal response?

Computer Science & Information Technology

____________________ scanning is TCP connection scanning, but it does not complete the connections.?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology