public class Timestamp extends Object
Modifier and Type | Field and Description |
---|---|
TimestampField[] |
Field
Field of timestamp in output data
|
YearFormat |
FormatOfYear
2-digit or 4 digit year format
|
char[] |
Separator
Separator between timestamp fields
|
Constructor and Description |
---|
Timestamp(int size)
Initializes a new instance of the Timestamp struct with the number of timestamp fields.
|
public TimestampField[] Field
public char[] Separator
public YearFormat FormatOfYear