[]
Create an InputDateBuilder.
public InputDateBuilder InputDateFor(Expression<Func<TModel, DateTime>> expression)
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)
Type | Name | Description |
---|---|---|
Expression<Func<TModel, DateTime?>> | expression | The model bind expression |
Type | Description |
---|---|
InputDateBuilder | The InputDateBuilder |