DateTime.Parse Method
.NET Framework 2.0
Converts the specified string representation of a date and time to its DateTime equivalent.
DateTime Members
System Namespace
String
ParseExact
CultureInfo
CurrentInfo
Name | Description |
---|---|
DateTime.Parse (String) | Converts the specified string representation of a date and time to its DateTime equivalent. Supported by the .NET Compact Framework. |
DateTime.Parse (String, IFormatProvider) | Converts the specified string representation of a date and time to its DateTime equivalent using the specified culture-specific format information. Supported by the .NET Compact Framework. |
DateTime.Parse (String, IFormatProvider, DateTimeStyles) | Converts the specified string representation of a date and time to its DateTime equivalent using the specified culture-specific format information and formatting style. Supported by the .NET Compact Framework. |
Reference
DateTime StructureDateTime Members
System Namespace
String
ParseExact
CultureInfo
CurrentInfo
Other Resources
Formatting Overview
Show: