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

SetType() public method

public SetType ( KDateTime type ) : void
type KDateTime
return void
            public void SetType(KDateTime.SpecType type)
            {
                interceptor.Invoke("setType$", "setType(KDateTime::SpecType)", typeof(void), typeof(KDateTime.SpecType), type);
            }

Same methods

KDateTime.Spec::SetType ( KDateTime type, int utcOffset ) : void
KDateTime.Spec::SetType ( KTimeZone tz ) : void