| Package | Description |
|---|---|
| rs.baselib.io |
Provides I/O utilities, such as converting from/into bytes and finding resources.
|
| rs.baselib.util |
Provides several utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static RsMonth |
ConverterUtils.toRsMonth(byte[] bytes)
Converts the given bytes to Month.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
ConverterUtils.toBytes(RsMonth param)
Converts the given parameter to its byte representation.
|
| Modifier and Type | Method and Description |
|---|---|
RsMonth |
RsDate.getMonth()
Returns the month object for this date.
|
static RsMonth |
RsMonth.getMonth(String key)
Returns a month object for the given key.
|
RsMonth |
RsMonth.getNext()
Returns the next month.
|
RsMonth |
RsMonth.getPrevious()
Returns the previous month.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CommonUtils.toString(RsMonth month)
Formats the given month (1st day of month).
|
Copyright © 2014. All rights reserved.