 | SchoolDayAbbreviation3 Property |
Gets or sets a 6-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 Abbreviation3 { get; set; }
Public Property Abbreviation3 As String
Get
Set
public:
property String^ Abbreviation3 {
String^ get ();
void set (String^ value);
}
function get Abbreviation3 () : String
function set Abbreviation3 (value : String)
function get_Abbreviation3();
function set_Abbreviation3(value);
Property Value
Type:
StringThe longer (up to) 6-character abbreviation for this day.
Remarks
Examples: Mon, Tue, Wed, ...
See Also