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

IsOffsetFromUtc() public method

Returns whether the time specification is a local time at a fixed offset from UTC.
public IsOffsetFromUtc ( ) : bool
return bool
            public bool IsOffsetFromUtc()
            {
                return (bool) interceptor.Invoke("isOffsetFromUtc", "isOffsetFromUtc() const", typeof(bool));
            }