Inheritance: Object, IDisposable
Exemple #1
0
 /// <remarks>
 ///  Sets the detailed parsed data for the time zone, and optionally
 ///  a new time zone source object.
 /// <param> name="data" parsed data
 /// </param><param> name="source" if non-null, the new source object for the time zone
 /// </param></remarks>        <short>    Sets the detailed parsed data for the time zone, and optionally  a new time zone source object.</short>
 ///         <see> data</see>
 protected void SetData(KTimeZoneData data, KTimeZoneSource source)
 {
     interceptor.Invoke("setData##", "setData(KTimeZoneData*, KTimeZoneSource*)", typeof(void), typeof(KTimeZoneData), data, typeof(KTimeZoneSource), source);
 }
Exemple #2
0
 protected void SetData(KTimeZoneData data)
 {
     interceptor.Invoke("setData#", "setData(KTimeZoneData*)", typeof(void), typeof(KTimeZoneData), data);
 }
Exemple #3
0
 public KTimeZoneData(KTimeZoneData c)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KTimeZoneData#", "KTimeZoneData(const KTimeZoneData&)", typeof(void), typeof(KTimeZoneData), c);
 }