InputElement.GetMonthValue

InputElement.GetMonthValue method

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

public DateTime GetMonthValue()

Return Value

The date object.

See Also