libsbml.DateList.get C# (CSharp) Method

get() public method

public get ( uint n ) : Date
n uint
return Date
        public Date get(uint n)
        {
            IntPtr cPtr = libsbmlPINVOKE.DateList_get(swigCPtr, n);
            Date ret = (cPtr == IntPtr.Zero) ? null : new Date(cPtr, false);
            return ret;
        }