Which of the following is NOT true regarding the DateSerial function?

A) To display specific dates, you can use the DateSerial function, written as DateSerial(year,month,day) to manipulate the day, month, and year of a date.
B) DateSerial is very flexible because you can manipulate each part individually or together in any combination that meets your needs.
C) The DateSerial function returns a number that represents a date from January 1, 1901 through December 31, 9999.
D) If the date specified by the three arguments falls outside the acceptable range of dates, an error will occur.


C

Computer Science & Information Technology

You might also like to view...

Why do you need to put extra paragraph returns between paragraphs before copying and pasting text from other programs to Dreamweaver?

What will be an ideal response?

Computer Science & Information Technology

(Employee Class) Create a class called Employee that includes three pieces of information as data members—a first name (type string), a last name (type string) and a monthly salary (type int). [Note: In subsequent chapters, we’ll use numbers that contain decimal points (e.g., 2.75)— called floating-point values—to represent dollar amounts.] Your class should have a constructor that

initializes the three data members. Provide a set and a get function for each data member. If the monthly salary is not positive, set it to 0. Write a test program that demonstrates class Employee’s capabilities. Create two Employee objects and display each object’s yearly salary. Then give each Em- ployee a 10 percent raise and display each Employee’s yearly salary again. What will be an ideal response?

Computer Science & Information Technology

In the Replace dialog box, the Find what box is where you type the text you want to replace the previous text

Indicate whether the statement is true or false

Computer Science & Information Technology

Remote Assistance is very dangerous and should only be used in the direst of circumstances?

Indicate whether the statement is true or false

Computer Science & Information Technology