Function
Specifies the format of time information.
Variable type
[ C#: enum RFileTimeStampOption ] [ VB.NET: Enum RFileTimeStampOption ]
Initial value
ToSec
Setting value
| Value | Enumeration member | Description | 
| 0 | ToSec | HH:MM:SS (Hours:Minutes:Seconds) | 
| 1 | ToMsec | HH:MM:SS'FFF (Hours:Minutes:Seconds'Millisecond) | 
| 2 | ToDate | YY/MM/DD (Year/Month/Day) | 
| 3 | ForDateToSec | YY/MM/DD HH:MM:SS (Year/Month/Day Hours:Minutes:Seconds) | 
Remarks
This property is valid when the TimeStamp is selected in FirstColumnType.
Specifies the format of the time information to be added.