Date & Time Functions in VB

12345678910
Across
  1. 2. Which function retrieves both date and time of a system?
  2. 6. Which function returns the intervals between two dates in terms of years, months or days?
  3. 8. Which function returns a date to which a specific interval has been added?
  4. 10. Which function converts a string to a time?
Down
  1. 1. Which function returns a date for specified year, month and day?
  2. 3. Which function returns 1 when the date is the first day of the week?
  3. 4. IDE Stands for Integrated_____ Environment
  4. 5. GUI Stands for _____ User Environment
  5. 7. Which function accepts a numeric value and converts it to a string in the format specified by the format argument?
  6. 9. Which function converts a string to a Date?