 | SchoolDayAbbreviation1 Property |
Gets or sets a 1- or 2-character abbreviation for this day.
Namespace:
SeniorSystemsWS.Entity.Academic
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Abbreviation1 { get; set; }
Public Property Abbreviation1 As String
Get
Set
public:
property String^ Abbreviation1 {
String^ get ();
void set (String^ value);
}
function get Abbreviation1 () : String
function set Abbreviation1 (value : String)
function get_Abbreviation1();
function set_Abbreviation1(value);
Property Value
Type:
StringThe short 1- or 2-character abbreviation for this day.
RemarksShould be used when very little space is available to show a day.
Examples: M, T, W, R, F
See Also