Mega Code Archive

 
Categories / Java Book / 003 Essential Classes
 

0199 Clear a field or all fields

void clear() Sets all the calendar field values and the time value (millisecond offset from the Epoch) of this Calendar undefined. void clear(int field) Sets the given calendar field value and the time value (millisecond offset from the Epoch) of this Calendar undefined.