IViewManagerShowDateNumpadPopup Method |
Shows date selection dialog with numpad.
Namespace:
Resto.Front.Api.UI
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax DateTime? ShowDateNumpadPopup(
DateTime selectedDate,
string title
)
Parameters
- selectedDate
- Type: SystemDateTime
Date that will be selected when showing the popup. - title
- Type: SystemString
Dialog title.
Return Value
Type:
NullableDateTimeSelected date
null if cancelled.
See Also