Click or drag to resize

AssetTimestampGetString Method

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: 24.5.0.0 (24.5.0.0)
Syntax
public static string GetString(
	DateTime? timestamp
)

Parameters

timestamp  NullableDateTime
The nullable timestamp.

Return Value

String
Serialized timestamp.
See Also