AssetTimestampParse Method |
Parses the specified time string using one of the supported formats.
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 DateTime? Parse(
string timeString
)
Public Shared Function Parse (
timeString As String
) As DateTime?
public:
static Nullable<DateTime> Parse(
String^ timeString
)
static member Parse :
timeString : string -> Nullable<DateTime>
Parameters
- timeString String
- The time string.
Return Value
NullableDateTimeDate and time value if timeString is not empty, otherwise returns null
Exceptions
See Also