Kimono.KTimeZone.CurrentOffset C# (CSharp) Method

CurrentOffset() public method

Returns the current offset of this time zone to UTC or the local system time zone. The offset is the number of seconds which you must add to UTC or the local system time to get local time in this time zone. Take care if you cache the results of this routine; that would break if the result were stored across a daylight savings change. name="basis" Qt.UTC to return the offset to UTC, Qt.LocalTime to return the offset to local system time
public CurrentOffset ( Qt basis ) : int
basis Qyoto.Qt
return int
        public int CurrentOffset(Qt.TimeSpec basis)
        {
            return (int) interceptor.Invoke("currentOffset$", "currentOffset(Qt::TimeSpec) const", typeof(int), typeof(Qt.TimeSpec), basis);
        }

Same methods

KTimeZone::CurrentOffset ( ) : int