| java.lang.Object | |
| ↳ | com.mapsted.positioning.coreObjects.Hours | 
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| @interface | Hours.DayOfWeek | ||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | Friday | ||||||||||
| int | Monday | ||||||||||
| int | Saturday | ||||||||||
| int | Sunday | ||||||||||
| int | Thursday | ||||||||||
| int | Tuesday | ||||||||||
| int | Wednesday | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Hours(Cms.OpeningPeriod.TimeDay open, Cms.OpeningPeriod.TimeDay close) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | getCloseAsMinuteOfDay() | ||||||||||
| String | getCloseTime() | ||||||||||
| String | getCloseTime(String format) | ||||||||||
| int | getDayOfWeek() | ||||||||||
| int | getOpenAsMinuteOfDay() | ||||||||||
| String | getOpenCloseTime(Context applicationContext) | ||||||||||
| String | getOpenTime() | ||||||||||
| String | getOpenTime(String timeFormat) | ||||||||||
| boolean | isDayOfWeekMatch(Calendar calendar) | ||||||||||
| boolean | isOpen24Hrs() | ||||||||||
| String | toString() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
| applicationContext | application context | 
|---|