Share via


ElectronicJournal.RetrieveMarkersDateTime Method

2/27/2008

Returns the date/time of the given marker.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Function RetrieveMarkersDateTime ( _
    marker As String _
) As String
public abstract string RetrieveMarkersDateTime (
    string marker
)
public:
virtual String^ RetrieveMarkersDateTime (
    String^ marker
) abstract
public abstract String RetrieveMarkersDateTime (
    String marker
)
public abstract function RetrieveMarkersDateTime (
    marker : String
) : String

Parameters

  • marker
    Specifies the marker from which the date/time will be retrieved.

Remarks

Returns the date/time of the given marker. The marker must be instantiated by the application that uses the AddMarker method or queried by the RetrieveMarker or RetrieveCurrentMarker methods. The determined date/time is returned as a string in the YYYYMMDDhhmmss format. If the hours, minutes, or seconds cannot be determined, the unknown digits are represented by question marks.

This method is only supported if the CapRetrieveMarkerByDateTime property value is true.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

ElectronicJournal Class
ElectronicJournal Members
Microsoft.PointOfService Namespace
CapRetrieveMarkerByDateTime
ElectronicJournal.AddMarker Method
RetrieveCurrentMarker
RetrieveMarker