Java com.liferay.portal.kernel.cal DayAndPosition fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.cal DayAndPosition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.cal DayAndPosition.

The text is from its open source code.

Constructor

DayAndPosition(int d, int p)
Constructs a DayAndPosition with the day of the week and day position.

Method

intgetDayOfWeek()
Returns the day of the week.
intgetDayPosition()
Returns the day position.