ComponentOne ASP.NET MVC Controls
TimeMin Method

C1.Web.Mvc.Fluent Namespace > InputDateTimeBuilder Class : TimeMin Method
The value.
Configurates C1.Web.Mvc.InputDateTime.TimeMin. Sets the earliest time that the user can enter.
Syntax
'Declaration
 
Public Function TimeMin( _
   ByVal value As Date _
) As InputDateTimeBuilder
public InputDateTimeBuilder TimeMin( 
   DateTime value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

InputDateTimeBuilder Class
InputDateTimeBuilder Members