From c4367a95887987944c96fc8ee1c431beccb95b6d Mon Sep 17 00:00:00 2001 From: Deepan Date: Tue, 16 Oct 2018 17:58:18 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ae0a29..2aa3349 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ eventsCalendar.setSelectionMode(eventsCalendar.SINGLE_SELECTION) **Available Selection modes are,** 1. **SINGLE_SELECTION** -> can select single day at a time 2. **RANGE_SELECTION** -> can select range of days at a time +2. **MULTIPLE_SELECTION** -> can select multiple days at a time (not necessary that the selected days be consequtive) ### Documentation |XML|Kotlin/Java|Description|