Searched defs:DAY_OF_MONTH_MASK (Results 1 – 2 of 2) sorted by relevance
427 static final int DAY_OF_MONTH_MASK = 32; // 0x20 field in Calendar
1013 static final int DAY_OF_MONTH_MASK = (1 << DAY_OF_MONTH); field in Calendar