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.3.0.0 (23.3.0.0)
Syntax
Parameters
- timeString
- Type: SystemString
The time string.
Return Value
Type: NullableDateTimeDate and time value if timeString is not empty, otherwise returns null
Exceptions
Exception | Condition |
---|---|
FormatException | If format of timeString is not supported |
See Also