Kimono.KTimeZone.Phase.UtcOffset C# (CSharp) Method

UtcOffset() public method

Return the UTC offset in seconds during this phase. The UTC offset is the number of seconds which you must add to UTC to get local time.
public UtcOffset ( ) : int
return int
            public int UtcOffset()
            {
                return (int) interceptor.Invoke("utcOffset", "utcOffset() const", typeof(int));
            }