Kimono.KDateTime.Spec.UtcOffset C# (CSharp) Method

UtcOffset() public method

Returns the UTC offset associated with the time specification. The UTC offset is the number of seconds to add to UTC to get the local time.
public UtcOffset ( ) : int
return int
            public int UtcOffset()
            {
                return (int) interceptor.Invoke("utcOffset", "utcOffset() const", typeof(int));
            }