2 writes to saSuperShortDayNames
mscorlib (2)
system\globalization\calendardata.cs (2)
103
invariant.
saSuperShortDayNames
= new String[] { "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa" }; // The super short day names
147
if (this.saSuperShortDayNames == null) this.
saSuperShortDayNames
= Invariant.saSuperShortDayNames; // Super short Day of week names
3 references to saSuperShortDayNames
mscorlib (3)
system\globalization\calendardata.cs (2)
147
if (this.
saSuperShortDayNames
== null) this.saSuperShortDayNames = Invariant.
saSuperShortDayNames
; // Super short Day of week names
system\globalization\culturedata.cs (1)
2252
return GetCalendar(calendarId).
saSuperShortDayNames
;