| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| getAMPM(d:Date) — Static Method , class com.distriqt.extension.calendar.helpers.DateUtil |
|
Returns a string indicating whether the date represents a time in the
ante meridiem (AM) or post meridiem (PM). |
| getCalendars() — method, class com.distriqt.extension.calendar.Calendar |
|
Retrieves an array of the available user calendars on the
device in the form of an Array of CalendarObject. |
| getEvents(from:Date, to:Date, calendarId:String) — method, class com.distriqt.extension.calendar.Calendar |
|
Returns an array of calendar events within the date range. |
| getFullDayIndex(d:String) — Static Method , class com.distriqt.extension.calendar.helpers.DateUtil |
|
Returns the index of the day that the full day name string
represents. |
| getFullDayName(d:Date) — Static Method , class com.distriqt.extension.calendar.helpers.DateUtil |
|
Returns the English full day name for the day that
the Date represents. |
| getFullMonthIndex(m:String) — Static Method , class com.distriqt.extension.calendar.helpers.DateUtil |
|
Returns the index of the month that the full month name string
represents. |
| getFullMonthName(d:Date) — Static Method , class com.distriqt.extension.calendar.helpers.DateUtil |
|
Returns the English full Month name for the Month that
the Date represents. |
| getShortDayIndex(d:String) — Static Method , class com.distriqt.extension.calendar.helpers.DateUtil |
|
Returns the index of the day that the short day name string
represents. |
| getShortDayName(d:Date) — Static Method , class com.distriqt.extension.calendar.helpers.DateUtil |
|
Returns the English Short Day name (3 letters) for the day that
the Date represents. |
| getShortHour(d:Date) — Static Method , class com.distriqt.extension.calendar.helpers.DateUtil |
|
Returns a short hour (0 - 12) represented by the specified date. |
| getShortMonthIndex(m:String) — Static Method , class com.distriqt.extension.calendar.helpers.DateUtil |
|
Returns the index of the month that the short month name string
represents. |
| getShortMonthName(d:Date) — Static Method , class com.distriqt.extension.calendar.helpers.DateUtil |
|
Returns the English Short Month name (3 letters) for the Month that
the Date represents. |
| getShortYear(d:Date) — Static Method , class com.distriqt.extension.calendar.helpers.DateUtil |
|
Returns a two digit representation of the year represented by the
specified date. |
| getUTCDate(d:Date) — Static Method , class com.distriqt.extension.calendar.helpers.DateUtil |
|
Sort of converts a date into UTC. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |