Table of Contents

Method ParseToDateTime

Namespace
Innova.Data
Assembly
Innova.Data.dll

ParseToDateTime(string)

Parses a string representation of a date and time to a DateTime object.

public static DateTime ParseToDateTime(this string dateString)

Parameters

dateString string

The string representation of the date and time.

Returns

DateTime

The parsed DateTime object.