- ignoreDst
- Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Ensures the values in each field are in range. For example if the current value of this calendar is March 32, normalize() will convert it to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.
If "ignoreDst" is true, then this method sets the "isDst" field to -1 (the "unknown" value) before normalizing. It then computes the correct value for "isDst".
See Time.ToMillis(bool) for more information about when to use true or false for "ignoreDst".