Kimono.KTimeZone.Phase.Abbreviations C# (CSharp) Méthode

Abbreviations() public méthode

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
Résultat List
            public List<QByteArray> Abbreviations()
            {
                return (List<QByteArray>) interceptor.Invoke("abbreviations", "abbreviations() const", typeof(List<QByteArray>));
            }