DateMidnight is immutable, so there are no set methods. Instead, this method returns a new instance with the value of day of week changed. @param dayOfWeek the day of week to set @return a copy of this object with the field set @throws IllegalArgumentException if the value is invalid @since 1.3
DateTime is immutable, so there are no set methods. Instead, this method returns a new instance with the value of day of week changed. @param dayOfWeek the day of week to set @return a copy of this object with the field set @throws IllegalArgumentException if the value is invalid @since 1.3
|
|
|
|
|
|