Syrve POS API SDK

Date and time input windows

In API V7, it became possible to show date and time request windows (see article «Date and time prompt windows»).

1. Date entry window.

The date request window is shown using the method DateTime? IViewManager.ShowDateNumpadPopup(DateTime selectedDate, string title)

date-numpad-popup

2. Date and time input window.

The date and time request window is shown using the method DateTime? IViewManager.ShowDateTimePopup(DateTime selectedDate, string title, DateTime minDate, DateTime maxDate)

date-time-popup

3. Calendar window.

You can display the date entry window as a calendar. A method has been added for this purpose DateTime? IViewManager.ShowCalendarPopup(DateTime selectedDate, string title, DateTime minDate, DateTime maxDate)

calendar-popup