Table of Contents

Method ToDateTime

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ToDateTime()

Converts this variant to DateTime if possible.

public readonly DateTime ToDateTime()

Returns

DateTime

ToDateTime(IFormatProvider)

Converts this variant to DateTime if possible using the specified format provider.

public readonly DateTime ToDateTime(IFormatProvider provider)

Parameters

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

DateTime