コード例 #1
0
        internal SWIGTYPE_p_tm GetUtcTime()
        {
            SWIGTYPE_p_tm ret = new SWIGTYPE_p_tm(NDalicManualPINVOKE.WatchTime_GetUtcTime(swigCPtr), true);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_tm obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #3
0
        public virtual SWIGTYPE_p_tm getDateTime()
        {
            SWIGTYPE_p_tm ret = new SWIGTYPE_p_tm(libPhotoAssistantImageProcessingPINVOKE.ImageMetaData_getDateTime(swigCPtr), true);

            return(ret);
        }
コード例 #4
0
ファイル: ArUtil.cs プロジェクト: NguyenQuocMy1604/my_ubuntu
        public static bool localtime(SWIGTYPE_p_tm result)
        {
            bool ret = AriaCSPINVOKE.ArUtil_localtime__SWIG_1(SWIGTYPE_p_tm.getCPtr(result));

            return(ret);
        }