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

IsUtc() public method

Returns whether the time specification is a UTC time. It is considered to be a UTC time if it is either type UTC, or is type OffsetFromUTC with a zero UTC offset.
public IsUtc ( ) : bool
return bool
            public bool IsUtc()
            {
                return (bool) interceptor.Invoke("isUtc", "isUtc() const", typeof(bool));
            }