AssetTimestampGetString Method |
Gets the string from nullable timestamp in asset format.
Namespace: Scanjour.Workflow4.Web.Services.RepositoriesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string GetString(
DateTime? timestamp
)
Public Shared Function GetString (
timestamp As DateTime?
) As String
public:
static String^ GetString(
Nullable<DateTime> timestamp
)
static member GetString :
timestamp : Nullable<DateTime> -> string
Parameters
- timestamp NullableDateTime
- The nullable timestamp.
Return Value
StringSerialized timestamp.
See Also