Click or drag to resize

GregorianDate.ParseExact Method

Overload List
  NameDescription
Public methodStatic memberParseExact(String, String, IFormatProvider)

Converts the specified string representation of a date and time to its GregorianDate equivalent using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.

Note that GregorianDate is always assumed to be in UTC. You cannot parse strings containing time zone information.

Public methodStatic memberParseExact(String,String[], IFormatProvider)

Converts the specified string representation of a date and time to its GregorianDate equivalent using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.

Note: GregorianDate is always assumed to be in UTC. You cannot parse strings containing time zone information.

Top
See Also