InputElement.SetDateTimeLocalValue
InputElement.SetDateTimeLocalValue 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 “datetime-local”
public void SetDateTimeLocalValue(DateTime value)
Parameter | Type | Description |
---|---|---|
value | DateTime | The date object. |
See Also
- class InputElement
- package com.aspose.html.Forms
- package Aspose.HTML