Calendar.SetDateTime(DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void SetDateTime(DateTime value) = SetDateTime;
void SetDateTime(DateTime const& value);
public void SetDateTime(System.DateTimeOffset value);
function setDateTime(value)
Public Sub SetDateTime (value As DateTimeOffset)
Parameters
- value
- DateTime DateTimeOffset
The DateTime that is used to set all of the date and time fields.