MPXJ: Microsoft Project Exchange
Serialized Form
|
Package net.sf.mpxj.utility |
m_format
java.text.SimpleDateFormat m_format
- Internal SimpleDateFormat object used to carry out the formatting work.
Note that we force the locale to English at this point. This is done
because it is not clear whether MPX date formats that contain the names
of the days of the week support localised day names, or just the
English names. To make things consistent and to ensure we generate
MPX files that can be moved between locales, we default to using the
English day names.
m_alternativeFormat
java.text.SimpleDateFormat m_alternativeFormat
m_null
java.lang.String m_null
m_symbols
java.text.DecimalFormatSymbols m_symbols
- Number formatter.
m_alternativeFormats
java.text.DecimalFormat[] m_alternativeFormats
m_null
java.lang.String m_null
Copyright © 2000-2013 Packwood Software. All Rights Reserved.