21 references to CurrentCalendar
Microsoft.VisualBasic.Core (21)
Microsoft\VisualBasic\DateAndTime.vb (21)
150Return CurrentCalendar.AddYears(DateValue, lNumber) 152Return CurrentCalendar.AddMonths(DateValue, lNumber) 185cal = CurrentCalendar 188cal = CurrentCalendar 207cal = CurrentCalendar 234Return CurrentCalendar.GetYear(DateValue) 236Return CurrentCalendar.GetMonth(DateValue) 238Return CurrentCalendar.GetDayOfMonth(DateValue) 240Return CurrentCalendar.GetHour(DateValue) 242Return CurrentCalendar.GetMinute(DateValue) 244Return CurrentCalendar.GetSecond(DateValue) 268Return CurrentCalendar.GetWeekOfYear(DateValue, WeekRule, Day) 272Return CurrentCalendar.GetDayOfYear(DateValue) 383Dim cal As Calendar = CurrentCalendar 468Return CurrentCalendar.GetYear(DateValue) 472Return CurrentCalendar.GetMonth(DateValue) 476Return CurrentCalendar.GetDayOfMonth(DateValue) 480Return CurrentCalendar.GetHour([TimeValue]) 484Return CurrentCalendar.GetMinute([TimeValue]) 488Return CurrentCalendar.GetSecond([TimeValue]) 503iDayOfWeek = CurrentCalendar.GetDayOfWeek(DateValue) + 1 ' System.DateTime uses Sunday = 0 thru Satuday = 6