InputElement.SetWeekValue

InputElement.SetWeekValue method

This method is used to set ‘week’ string as a value for input element. This method is valid if only the type of the input element is “week”

public void SetWeekValue(string value)
ParameterTypeDescription
valueStringThe week value.

See Also