Java basics
getMinimum()
The java.util.Calendar.getMinimum() method returns the minimum value for the given calendar field.
Syntax:public abstract int getMinimum(int field)
Example:import java.util.*;
public class CalendarDemo {
public static void main(String[] args) {
// create a calendar
Calendar cal = Calendar.getInstance();
// print the minimum value for years
int min=cal.getMinimum(Calendar.YEAR);
System.out.println("Minimum Years: "+ min);
}
}
Content
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 121 / 159177940. Delta: 0.00324 с