Kimono.KSystemTimeZoneBackend.Offset C# (CSharp) Method

Offset() private method

private Offset ( KTimeZone caller, int t ) : int
caller KTimeZone
t int
return int
        public override 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);
        }