14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
23 swigCPtr =
new HandleRef(
this, cPtr);
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
27 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
36 global::System.GC.SuppressFinalize(
this);
39 protected virtual void Dispose(
bool disposing) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
46 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
259 public void ctime(ref
string timeString) {
260IntPtr tmp_timeString = Marshal.StringToCoTaskMemUni(timeString);
261 IntPtr saved_timeString = tmp_timeString;
266if (tmp_timeString != saved_timeString) timeString = Marshal.PtrToStringUni(tmp_timeString);
271IntPtr tmp_timeString = Marshal.StringToCoTaskMemUni(timeString);
272 IntPtr saved_timeString = tmp_timeString;
277if (tmp_timeString != saved_timeString) timeString = Marshal.PtrToStringUni(tmp_timeString);
static global::System.Exception Retrieve()
static UInt32 OdTimeStamp_msecsPastMidnight(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdTimeStamp(global::System.Runtime.InteropServices.HandleRef jarg1)
static short OdTimeStamp_second(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTimeStamp_getDate(global::System.Runtime.InteropServices.HandleRef jarg1, out short jarg2, out short jarg3, out short jarg4)
static void OdTimeStamp_setPackedValue(global::System.Runtime.InteropServices.HandleRef jarg1, Int64 jarg2)
static bool OdTimeStamp_IsNotEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static double OdTimeStamp_julianFraction(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTimeStamp_setTime(global::System.Runtime.InteropServices.HandleRef jarg1, short jarg2, short jarg3, short jarg4, short jarg5)
static short OdTimeStamp_day(global::System.Runtime.InteropServices.HandleRef jarg1)
static short OdTimeStamp_millisecond(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTimeStamp_setJulianDay(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static void OdTimeStamp_setMinute(global::System.Runtime.InteropServices.HandleRef jarg1, short jarg2)
static Int64 OdTimeStamp_packedValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTimeStamp_getTime(global::System.Runtime.InteropServices.HandleRef jarg1, out short jarg2, out short jarg3, out short jarg4, out short jarg5)
static short OdTimeStamp_weekday(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdTimeStamp_Add__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdTimeStamp_universalToLocal(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTimeStamp_localToUniversal(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTimeStamp_setYear(global::System.Runtime.InteropServices.HandleRef jarg1, short jarg2)
static short OdTimeStamp_hour(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTimeStamp_setSecond(global::System.Runtime.InteropServices.HandleRef jarg1, short jarg2)
static void OdTimeStamp_setToZero(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTimeStamp_strftime(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2, ref IntPtr jarg3)
static void OdTimeStamp_setJulianFraction(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdTimeStamp_setMsecsPastMidnight(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static global::System.IntPtr OdTimeStamp_subtract(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdTimeStamp_setJulianDate(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2, UInt32 jarg3)
static void OdTimeStamp_setMillisecond(global::System.Runtime.InteropServices.HandleRef jarg1, short jarg2)
static UInt32 OdTimeStamp_julianDay(global::System.Runtime.InteropServices.HandleRef jarg1)
static short OdTimeStamp_month(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTimeStamp_getUniversalTime(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTimeStamp_getLocalTime(global::System.Runtime.InteropServices.HandleRef jarg1)
static short OdTimeStamp_minute(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTimeStamp_setMonth(global::System.Runtime.InteropServices.HandleRef jarg1, short jarg2)
static global::System.IntPtr OdTimeStamp_add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void OdTimeStamp_setHour(global::System.Runtime.InteropServices.HandleRef jarg1, short jarg2)
static void OdTimeStamp_setDay(global::System.Runtime.InteropServices.HandleRef jarg1, short jarg2)
static short OdTimeStamp_year(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdTimeStamp_setDate(global::System.Runtime.InteropServices.HandleRef jarg1, short jarg2, short jarg3, short jarg4)
static void OdTimeStamp_ctime(global::System.Runtime.InteropServices.HandleRef jarg1, ref IntPtr jarg2)
static bool OdTimeStamp_IsEqual(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static global::System.IntPtr OdTimeStamp_Sub__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
void setDate(short month, short day, short year)
bool IsNotEqual(OdTimeStamp tStamp)
void setMillisecond(short millisecond)
void setJulianDay(UInt32 julianDay)
OdTimeStamp(OdTimeStamp.InitialValue init)
void getTime(out short hour, out short minute, out short second, out short millisecond)
void setJulianFraction(double julianFraction)
static HandleRef getCPtr(OdTimeStamp obj)
OdTimeStamp(IntPtr cPtr, bool cMemoryOwn)
void setTime(short hour, short minute, short second, short millisecond)
void setJulianDate(UInt32 julianDay, UInt32 msecsPastMidnight)
void getDate(out short month, out short day, out short year)
void setMonth(short month)
void setMsecsPastMidnight(UInt32 msecsPastMidnight)
bool IsEqual(OdTimeStamp tStamp)
UInt32 msecsPastMidnight()
OdTimeStamp Add(OdTimeStamp tStamp)
OdTimeStamp Sub(OdTimeStamp tStamp)
OdTimeStamp subtract(OdTimeStamp tStamp)
void strftime(String format, ref string timeString)
void setSecond(short second)
void setPackedValue(Int64 t)
void setMinute(short minute)
void ctime(ref string timeString)
virtual void Dispose(bool disposing)
OdTimeStamp add(OdTimeStamp tStamp)