3 writes to saYearMonths
mscorlib (3)
system\globalization\calendardata.cs (3)
94
invariant.
saYearMonths
= new String[] { "yyyy MMMM" }; // year month format
137
if (this.saYearMonths == null) this.
saYearMonths
= Invariant.saYearMonths; // Year/Month Data format, default first
156
this.
saYearMonths
= CultureData.ReescapeWin32Strings(this.saYearMonths);
4 references to saYearMonths
mscorlib (4)
system\globalization\calendardata.cs (3)
137
if (this.
saYearMonths
== null) this.saYearMonths = Invariant.
saYearMonths
; // Year/Month Data format, default first
156
this.saYearMonths = CultureData.ReescapeWin32Strings(this.
saYearMonths
);
system\globalization\culturedata.cs (1)
2233
return GetCalendar(calendarId).
saYearMonths
;