'Declaration Public Function New( _
ByVal fieldValueThe field value.As System.String, _
ByVal textPropertiesThe text properties.As OpenXmlTextProperties, _
ByVal formatThe date format.As System.String _
)
public OpenXmlTimeFieldInfo(
System.String fieldValue,
OpenXmlTextProperties textProperties,
System.String format
)
public: OpenXmlTimeFieldInfo(
System.String fieldValue,
OpenXmlTextProperties* textProperties,
System.String format
)
public:
OpenXmlTimeFieldInfo(
System.String fieldValue,
OpenXmlTextProperties^ textProperties,
System.String format
)
Parameters
- fieldValue
- The field value.
- textProperties
- The text properties.
- format
- The date format.