GregorianDateTryParse Method |
Name | Description | |
---|---|---|
TryParse(String, GregorianDate) | Converts the specified string representation of a date and time to its GregorianDate equivalent. Note: GregorianDate is always assumed to be in UTC. You cannot parse strings containing time zone information. However, this method handles three common ISO8601 formats:
| |
TryParse(String, IFormatProvider, GregorianDate) | Converts the specified string representation of a date and time to its GregorianDate equivalent using the specified culture-specific format information. Note: GregorianDate is always assumed to be in UTC. You cannot parse strings containing time zone information. However, this method handles three common ISO8601 formats:
|