Package net.sf.mpxj

Examples of net.sf.mpxj.ProjectDateFormat


    * @param field the index number of the field to be retrieved
    * @return the value of the required field
    */
   public ProjectDateFormat getDateFormat(int field)
   {
      ProjectDateFormat result = null;

      if ((field < m_fields.length) && (m_fields[field].length() != 0))
      {
         result = ProjectDateFormat.getInstance(Integer.parseInt(m_fields[field]));
      }
View Full Code Here

TOP

Related Classes of net.sf.mpxj.ProjectDateFormat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.