Table of Contents

Method GetDateTime

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

GetDateTime(IFormatProvider?)

Parses the value contained in this StringValue as a DateTime. Throws an exception if the value couldn't be parsed to the target type.

public DateTime GetDateTime(IFormatProvider? formatProvider = null)

Parameters

formatProvider IFormatProvider

The IFormatProvider to use for parsing. Defaults to null.

Returns

DateTime

The converted DateTime.

Exceptions

FormatException

Thrown when the value cannot be parsed to a DateTime.