AssetTimestampGetString Method

Scanjour Workflow4 Reference Manual
Gets the string from nullable timestamp in asset format.

Namespace:  Scanjour.Workflow4.Web.Services.Repositories
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetString(
	DateTime? timestamp
)

Parameters

timestamp
Type: SystemNullableDateTime
The nullable timestamp.

Return Value

Type: String
Serialized timestamp.
See Also

Reference