Calendar.SetDateTime(DateTime) Method

Definition

Sets all the date and time fields to the date and time represented by the DateTime parameter.

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.

Applies to

See also