共用方式為


ElectronicJournal.RetrieveMarkerByDateTime(MarkerType, String, String) Method

Definition

Returns a marker implicitly stored on the record medium.

public abstract string RetrieveMarkerByDateTime (Microsoft.PointOfService.MarkerType markerType, string dateTime, string markerNumber);
abstract member RetrieveMarkerByDateTime : Microsoft.PointOfService.MarkerType * string * string -> string
Public MustOverride Function RetrieveMarkerByDateTime (markerType As MarkerType, dateTime As String, markerNumber As String) As String

Parameters

markerType
MarkerType

Specifies the type of the queried current marker.

dateTime
String

The date/time period the marker is queried for. The format of dateTime is 'YYYYMMDDhhmmss'. If the application cannot specify the hours, minutes, and seconds, then these fields can be omitted.

markerNumber
String

If more than one marker of the requested type exists during the time period specified by the dateTime parameter, this parameter specifies the number of the marker which will be queried. Numbering for markers begins at 1 and is continuously incremented by one for each marker.

Returns

Applies to