src/java.base/share/classes/java/util/SimpleTimeZone.java
changeset 53563 a4b7ea85d668
parent 48239 8067e9cba973
child 57956 e0b8b019d2f5
child 58678 9cf78a70fa4f
equal deleted inserted replaced
53559:1ae0b76bb5df 53563:a4b7ea85d668
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   308      *                        value (0-based. e.g., 9 for October).
   308      *                        value (0-based. e.g., 9 for October).
   309      * @param endDay          The day of the month on which the daylight saving time ends.
   309      * @param endDay          The day of the month on which the daylight saving time ends.
   310      *                        See the class description for the special cases of this parameter.
   310      *                        See the class description for the special cases of this parameter.
   311      * @param endDayOfWeek    The daylight saving time ending day-of-week.
   311      * @param endDayOfWeek    The daylight saving time ending day-of-week.
   312      *                        See the class description for the special cases of this parameter.
   312      *                        See the class description for the special cases of this parameter.
   313      * @param endTime         The daylight saving ending time in time time mode
   313      * @param endTime         The daylight saving ending time in time mode
   314      *                        specified by <code>endTimeMode</code>.
   314      *                        specified by <code>endTimeMode</code>.
   315      * @param endTimeMode     The mode of the end time specified by endTime
   315      * @param endTimeMode     The mode of the end time specified by endTime
   316      * @param dstSavings      The amount of time in milliseconds saved during
   316      * @param dstSavings      The amount of time in milliseconds saved during
   317      *                        daylight saving time.
   317      *                        daylight saving time.
   318      *
   318      *