CandidateDateTimeConverter.ResolveAmbiguity(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resolves date format ambiguity by keeping only one kind of formats.
public:
void ResolveAmbiguity(bool dayFirst);
public void ResolveAmbiguity(bool dayFirst);
member this.ResolveAmbiguity : bool -> unit
Public Sub ResolveAmbiguity (dayFirst As Boolean)
Parameters
- dayFirst
- Boolean
Controls which format to preserve. True will keep only formats where day comes before month.