Click or drag to resize

MarkCounterAPIMarkTimeFormat Property

Gets or sets the time and date format used for the MARK_TIME list command.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public string MarkTimeFormat { get; set; }

Property Value

String

The time and date format specifier

For details see: 9.3.3 Date, Time, and Serial Number Fields.

Example

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

See Also