Member group

TryParse

Type: DateTimeExtensions
Namespace: System
Assembly: Raven.Core.dll
Source file: Parse.rvn

Overloads / Variants

TryParse

static func TryParse(input: string?, provider: IFormatProvider?, styles: DateTimeStyles) -> Option<DateTime>

Source file: Parse.rvn

Parses a date and time using the specified format provider and styles.

TryParse

static func TryParse(input: string?) -> Option<DateTime>

Source file: Parse.rvn

Parses a date and time and returns Some on success or None on failure.