Kimono.KTimeZone.Phase.Abbreviations C# (CSharp) 메소드

Abbreviations() 공개 메소드

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