Which of the following defines the DateSerial function?

A) The DateSerial function returns a number that represents a date from January 1, 1901 through December 31, 9999.
B) DateSerial is very flexible because you can manipulate each part individually or together in any combination that meets your needs.
C) 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.
D) If the date specified by the three arguments falls outside the acceptable range of dates, an error will occur.


A

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. Class SecureRandom’s methods ints, longs and doubles (inherited from class Random) return IntStream, LongStream and DoubleStream, respectively, for streams of random numbers. b. SecureRandom method ints with no arguments creates an IntStream for an infinite stream of random int values. c. An infinite stream is a stream with an unknown number of elements—you use an intermediate operation to complete processing on an infinite stream. d. SecureRandom method ints with a long argument creates an IntStream with the specified number of random int values.

Computer Science & Information Technology

A reference to a subclass object can be assigned to a superclass variable

A) only if neither the subclass nor the superclass is generic B) only if at most one of the subclass and superclass is generic C) only if the subclass is not generic D) with no restrictions on the genericity of the subclass or superclass

Computer Science & Information Technology

Each link in a tree node points to a(n) ______or ______ of that node.

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

Computer Science & Information Technology

A trust relationship has been established between two organizations with web-based services. Which of the following statements is true with regard to the use of SPML between the two organizations?

A. The trust relationship uses SAML in the SOAP header. B. The trust relationship uses XACML in the SAML header. C. The SOAP body transports the SAML requests / responses. D. The SAML body transports the SOAP requests / responses.

Computer Science & Information Technology