Uses of Class
rs.baselib.util.RsDay
| Package | Description |
|---|---|
| rs.baselib.io |
Provides I/O utilities, such as converting from/into bytes and finding resources.
|
| rs.baselib.test |
Provides classes for test-related issues.
|
| rs.baselib.util |
Provides several utility classes.
|
-
Uses of RsDay in rs.baselib.io
Methods in rs.baselib.io with parameters of type RsDay Modifier and Type Method Description static byte[]ConverterUtils. toBytes(RsDay param)Converts the given parameter to its byte representation. -
Uses of RsDay in rs.baselib.test
Methods in rs.baselib.test that return RsDay Modifier and Type Method Description RsDayRsDayBuilder. build()Build the previously configured object. -
Uses of RsDay in rs.baselib.util
Methods in rs.baselib.util that return RsDay Modifier and Type Method Description RsDayRsDate. getDay()Returns the day object for this date.static RsDayRsDay. getDay(java.lang.String key)Returns a day object for the given key.RsDayRsDay. getNext()Returns the next month.RsDayRsDay. getPrevious()Returns the previous month.Methods in rs.baselib.util with parameters of type RsDay Modifier and Type Method Description static java.lang.StringCommonUtils. toString(RsDay day)Formats the given day.