Lines Matching full:month
234 * Gets month strings. For example: "January", "February", etc.
236 * @return the month strings. (DateFormatSymbols retains ownership.)
242 * Sets month strings. For example: "January", "February", etc.
244 * @param months the new month strings. (not adopted; caller retains ownership)
251 * Gets short month strings. For example: "Jan", "Feb", etc.
254 * @return the short month strings. (DateFormatSymbols retains ownership.)
260 * Sets short month strings. For example: "Jan", "Feb", etc.
262 * @param shortMonths the new short month strings. (not adopted; caller retains ownership)
289 * Gets month strings by width and context. For example: "January", "February", etc.
293 * @return the month strings. (DateFormatSymbols retains ownership.)
299 * Sets month strings by width and context. For example: "January", "February", etc.
301 * @param months The new month strings. (not adopted; caller retains ownership)
347 * @return the month strings. (DateFormatSymbols retains ownership.)
491 * Month strings. For example: "January", "February", etc.
497 * Short month strings. For example: "Jan", "Feb", etc.
503 * Narrow month strings. For example: "J", "F", etc.
509 * Standalone Month strings. For example: "January", "February", etc.
515 * Standalone Short month strings. For example: "Jan", "Feb", etc.
521 * Standalone Narrow month strings. For example: "J", "F", etc.