Mark |
public string MarkTimeFormat { get; set; }
The time and date format specifier
For details see: 9.3.3 Date, Time, and Serial Number Fields.
This format specification:
myClientAPI.Variables.MarkCounter.MarkTimeFormat = "$Y-$m-$d@$H:$M:$S";
produces the following string when the MARK_TIME command is executed:
15-07-13@11:03:05