Class
DateTimeExtensions
class DateTimeExtensions
Namespace: System
Assembly: Raven.Core.dll
Source file: Parse.rvn
Inheritance: object โ DateTimeExtensions
Provides carrier-returning parsing projections for date and time values.
Methods
2 items
static func TryParse(input: string?, provider: IFormatProvider?, styles: DateTimeStyles) -> Option<DateTime>
Parses a date and time using the specified format provider and styles.
static func TryParse(input: string?) -> Option<DateTime>
Parses a date and time and returns `Some` on success or `None` on failure.