InputElement.SetTimeValue
InputElement.SetTimeValue method
This method is used to set TimeSpan object as a value for input element. This method is valid if only the type of the input element is “time”
public void SetTimeValue(TimeSpan value)
Parameter | Type | Description |
---|---|---|
value | TimeSpan | The TimeSpan object. |
See Also
- class InputElement
- package com.aspose.html.Forms
- package Aspose.HTML