Kimono.KDateTime.ToOffsetFromUtc C# (CSharp) Метод

ToOffsetFromUtc() публичный Метод

Returns the time expressed as an offset from UTC, using the UTC offset associated with this instance's date/time. The date and time components are unchanged. For example, 14:15 on 12 Jan 2001, US Eastern time zone would return a KDateTime value of 14:15 on 12 Jan 2001 with a UTC offset of -18000 seconds (i.e. -5 hours). If the instance is a local clock time, the offset is set to that of the local time zone. If the instance is a date-only value, the offset is set to that at the start of the day.
public ToOffsetFromUtc ( ) : KDateTime
Результат KDateTime
        public KDateTime ToOffsetFromUtc()
        {
            return (KDateTime) interceptor.Invoke("toOffsetFromUtc", "toOffsetFromUtc() const", typeof(KDateTime));
        }

Same methods

KDateTime::ToOffsetFromUtc ( int utcOffset ) : KDateTime