Kimono.KDateTime.SetTimeSpec C# (CSharp) Method

SetTimeSpec() public method

Changes the time specification of the instance. Any previous time zone is forgotten. The stored date/time component of the instance is left unchanged (except that its UTC/local time setting is set to correspond with spec). Usually this method will change the absolute time which this instance represents. name="spec" new time specification
public SetTimeSpec ( KDateTime spec ) : void
spec KDateTime
return void
        public void SetTimeSpec(KDateTime.Spec spec)
        {
            interceptor.Invoke("setTimeSpec#", "setTimeSpec(const KDateTime::Spec&)", typeof(void), typeof(KDateTime.Spec), spec);
        }