TechTalk Genome v4.2

NullableDateTime.Parse Method 

Parses a string expression of an instant in time.

public static NullableDateTime Parse(
   string s
);

Parameters

s
string instance

Return Value

NullableDateTime instance containing a value representative of the instant in time.

Exceptions

Exception TypeCondition
ArgumentNullExceptions is null.
FormatExceptions is not a properly formatted date and time.
OverflowExceptions represents a time instant less than MinValue or greater than MaxValue.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableDateTime Class | TechTalk.Genome.NullableTypes Namespace