Click or drag to resize

AssetTimestampParse Method

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

Parameters

timeString  String
The time string.

Return Value

NullableDateTime
Date and time value if timeString is not empty, otherwise returns null
Exceptions
ExceptionCondition
FormatExceptionIf format of timeString is not supported
See Also