Skip to content

Geeksltd/Zebble.Calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zebble.Calendar

logo

A Zebble plugin that allow you to show a calendar in Zebble applications.

NuGet

With this plugin you can add a calendar into your application that user can select a date.


Setup


Api Usage

To add this plugin into your page you can use below code:

<Calendar MultiSelectable="true" ShowWeekdays="true"/>

Properties

Property Type Android iOS Windows
Scope CalendarScope x x x
LimitSelectionToRange bool x x x
MinDate DateTime? x x x
MaxDate DateTime? x x x
StartDate DateTime x x x
StartDay DayOfWeek x x x
MonthsToShow int x x x
LockScope bool x x x
MultiSelectable bool x x x
SelectedDate DateTime x x x
SelectedDates List<DateTime> x x x
ShowWeekdays bool x x x
ShowInBetweenMonthLabels bool x x x
ShowNumberOfWeeks bool x x x
WeekdayFormat string x x x

Methods

Method Return Type Parameters Android iOS Windows
ShowYears Task - x x x
ShowMonths Task - x x x
ShowDays Task - x x x
PrevMonthYearView Task - x x x
NextMonthYearView Task - x x x

About

A calendar component for Zebble for Xamarin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages