AssetTimestampParse Method

Scanjour Workflow4 Reference Manual
Parses the specified time string using one of the supported formats.

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 DateTime? Parse(
	string timeString
)

Parameters

timeString
Type: SystemString
The time string.

Return Value

Type: NullableDateTime
Date and time value if timeString is not empty, otherwise returns null
Exceptions

ExceptionCondition
FormatExceptionIf format of timeString is not supported
See Also

Reference