[]
Configurates Min. Sets the earliest time that the user can enter.
public InputTimeBuilder<T> Min(DateTime value)
Public Function Min(value As Date) As InputTimeBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| DateTime | value | The value. |
| Type | Description |
|---|---|
| InputTimeBuilder<T> | Current builder. |