10 references to Calendar
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
FormatWeekHelper.cs (1)
21
var calendar = Thread.CurrentThread.CurrentCulture.
Calendar
;
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\DateAndTime.vb (1)
134
Return Threading.Thread.CurrentThread.CurrentCulture.
Calendar
PresentationFramework (1)
System\Windows\Controls\DateTimeHelper.cs (1)
125
if (culture.
Calendar
is GregorianCalendar)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (1)
739
DateTimeFormatInfo temp = new DateTimeFormatInfo(_cultureData, this.
Calendar
);
System.Windows.Forms (4)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
629
DateTime maxSupportedDateTime = CultureInfo.CurrentCulture.
Calendar
.MaxSupportedDateTime;
689
DateTime minSupportedDateTime = CultureInfo.CurrentCulture.
Calendar
.MinSupportedDateTime;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (1)
80
int weekNumber = culture.
Calendar
.GetWeekOfYear(cellDate,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (1)
168
=> CultureInfo.CurrentCulture.
Calendar
System.Windows.Forms.Tests (2)
System\Windows\Forms\DateTimePickerTests.cs (2)
393
DateTime maxSupportedDateTime = CultureInfo.CurrentCulture.
Calendar
.MaxSupportedDateTime;
435
DateTime minSupportedDateTime = CultureInfo.CurrentCulture.
Calendar
.MinSupportedDateTime;