GregorianDateParse Method |
Name | Description | |
---|---|---|
Parse(String) | 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 will handle three common ISO8601 formats:
| |
Parse(String, IFormatProvider) | 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 will handle three common ISO8601 formats:
|