Sets the timezone. @param timezone the new timezone
(String timezone)
| 265 | * the new timezone |
| 266 | */ |
| 267 | public void setTimezone(String timezone) { |
| 268 | this.timezone = timezone; |
| 269 | } |
| 270 | |
| 271 | /** |
| 272 | * Checks if is isactive. |
no outgoing calls
no test coverage detected