Exemplo n.º 1
0
        public bool ne(FbxDateTime pRHS)
        {
            bool ret = fbx_wrapperPINVOKE.FbxDateTime_ne(swigCPtr, FbxDateTime.getCPtr(pRHS));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
        public bool eq(FbxDateTime pRHS)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxDateTime_eq(swigCPtr, FbxDateTime.getCPtr(pRHS));

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxDateTime obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 4
0
        public static FbxDateTime currentDateTimeGMT()
        {
            FbxDateTime ret = new FbxDateTime(fbx_wrapperPINVOKE.FbxDateTime_currentDateTimeGMT(), true);

            return(ret);
        }
Exemplo n.º 5
0
        public static FbxDateTime currentDateTimeGMT()
        {
            FbxDateTime ret = new FbxDateTime(FbxWrapperNativePINVOKE.FbxDateTime_currentDateTimeGMT(), true);

            return(ret);
        }