Calendar.SECOND

Field number for <code>get</code> and <code>set</code> indicating the second within the minute. E.g., at 10:04:15.250 PM the <code>SECOND</code> is 15.

class Calendar
enum int SECOND;

Meta