Kimono.KTimeZone.Convert C# (CSharp) Method

Convert() public method

Converts a date/time, which is interpreted as being local time in this time zone, into local time in another time zone. name="newZone" other time zone which the time is to be converted into name="zoneDateTime" local date/time. An error occurs if zoneDateTime.timeSpec() is not Qt.LocalTime.
public Convert ( KTimeZone newZone, Qyoto.QDateTime zoneDateTime ) : Qyoto.QDateTime
newZone KTimeZone
zoneDateTime Qyoto.QDateTime
return Qyoto.QDateTime
        public QDateTime Convert(KTimeZone newZone, QDateTime zoneDateTime)
        {
            return (QDateTime) interceptor.Invoke("convert##", "convert(const KTimeZone&, const QDateTime&) const", typeof(QDateTime), typeof(KTimeZone), newZone, typeof(QDateTime), zoneDateTime);
        }