public static string MoveDateTimeBackToString( string fieldIdentifier, string recordArea, Nullable<DateTime> fieldData, int startPos, int length, InputDateFormat format )
Parameters
- fieldIdentifier
- The full field specification - for debug/error logging purposes.
- recordArea
- The current record area.
- fieldData
- The field data to replace.
- startPos
- starting position where the data should be placed
- length
- The length of the record field area.
- format
- The format/structure of the resulting date value.
Return Value
The resulting string record data.