Kimono.KTimeZoneBackend.Offset C# (CSharp) 메소드

Offset() 개인적인 메소드

private Offset ( KTimeZone caller, int t ) : int
caller KTimeZone
t int
리턴 int
        public virtual int Offset(KTimeZone caller, int t)
        {
            return (int) interceptor.Invoke("offset#$", "offset(const KTimeZone*, time_t) const", typeof(int), typeof(KTimeZone), caller, typeof(int), t);
        }