Java android.widget CalendarView fields, constructors, methods, implement or subclass

Example usage for Java android.widget CalendarView fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget CalendarView.

The text is from its open source code.

Method

longgetDate()
Gets the selected date in milliseconds since January 1, 1970 00:00:00 in TimeZone#getDefault() time zone.
voidsetOnDateChangeListener(OnDateChangeListener listener)
Sets the listener to be notified upon selected date change.