+/**
+ * DateTimeStyleSet has two 'fields' -- date, and time.
+ */
+enum DateTimeStyleSetFields {
+ DTS_DATE = 0, /** Field one: the date (long, medium, short, etc). */
+ DTS_TIME, /** Field two: the time (long, medium, short, etc). */
+ DTS_COUNT /** The number of fields */