Kimono.KTimeZone.Phase.Abbreviations C# (CSharp) Method

Abbreviations() public method

Return the time zone abbreviations which apply to this phase. More than one abbreviation may be returned, to allow for possible translations.
public Abbreviations ( ) : List
return List
            public List<QByteArray> Abbreviations()
            {
                return (List<QByteArray>) interceptor.Invoke("abbreviations", "abbreviations() const", typeof(List<QByteArray>));
            }