| 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 byte[] |
ConverterUtils.toBytes(RsDay param)
Converts the given parameter to its byte representation.
|
| Modifier and Type | Method and Description |
|---|---|
RsDay |
RsDate.getDay()
Returns the day object for this date.
|
static RsDay |
RsDay.getDay(String key)
Returns a day object for the given key.
|
RsDay |
RsDay.getNext()
Returns the next month.
|
RsDay |
RsDay.getPrevious()
Returns the previous month.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CommonUtils.toString(RsDay day)
Formats the given day.
|
Copyright © 2014. All rights reserved.