Kimono.KTimeZone.Abbreviation C# (CSharp) Method

Abbreviation() public method

Returns the time zone abbreviation current at a specified time. name="utcDateTime" UTC date/time. An error occurs if utcDateTime.timeSpec() is not Qt.UTC.
public Abbreviation ( Qyoto.QDateTime utcDateTime ) : Qyoto.QByteArray
utcDateTime Qyoto.QDateTime
return Qyoto.QByteArray
        public QByteArray Abbreviation(QDateTime utcDateTime)
        {
            return (QByteArray) interceptor.Invoke("abbreviation#", "abbreviation(const QDateTime&) const", typeof(QByteArray), typeof(QDateTime), utcDateTime);
        }