InputElement.SetMonthValue

InputElement.SetMonthValue method

This method is used to set DateTime object as a value for input element. This method is valid if only the type of the input element is “month”

public void SetMonthValue(DateTime value)
ParameterTypeDescription
valueDateTimeThe date object.

See Also