Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Overview

Parses the specified string in a culture format and returns a DateTimeOffset object.

DateTimeOffset DateTimeOffset.parseWithCulture(val: string, culture: string)

Arguments

string val
string culture

Returns

DateTimeOffset object

Remarks

If the string is not in a valid format, the method throws an exception.

  • No labels