GregorianDate.ParseExact Method |
Name | Description | |
---|---|---|
![]() ![]() | ParseExact(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. |
![]() ![]() | ParseExact(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. |