Solved

In Order to Set the Calendar Control Object Calendar1 to the Current

Question 14

Multiple Choice

In order to set the Calendar control object Calendar1 to the current date, you could type ____.


A) Calendar1.SelectedDate = DateTime.Today;
B) Calendar1.SelectedDate = Today;
C) Calendar1.Date = Today;
D) Calendar1.Date = Today.DateTime;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions