Example #1
0
        internal bool MoveCurrentToLast()
        {
            bool handled = true;

            this.CurrentDate = CalendarMathHelper.GetLastDateForCurrentDisplayUnit(this.Owner.DisplayDate, this.Owner.DisplayMode);

            return(handled);
        }