[]
Create an InputDateBuilder.
public InputDateBuilder InputDateFor(Expression<Func<TModel, DateTime>> expression)
Public Function InputDateFor(expression As Expression(Of Func(Of TModel, Date))) As InputDateBuilder
| Type | Name | Description |
|---|---|---|
| Expression<Func<TModel, DateTime>> | expression | The model bind expression |
| Type | Description |
|---|---|
| InputDateBuilder | The InputDateBuilder |
Create an InputDateBuilder.
public InputDateBuilder InputDateFor(Expression<Func<TModel, DateTime?>> expression)
Public Function InputDateFor(expression As Expression(Of Func(Of TModel, Date?))) As InputDateBuilder
| Type | Name | Description |
|---|---|---|
| Expression<Func<TModel, DateTime?>> | expression | The model bind expression |
| Type | Description |
|---|---|
| InputDateBuilder | The InputDateBuilder |