ExtendedMembershipProvider.GetCreateDate(String) Method

Definition

When overridden in a derived class, returns the date and time when the specified user account was created.

public abstract DateTime GetCreateDate (string userName);
abstract member GetCreateDate : string -> DateTime
Public MustOverride Function GetCreateDate (userName As String) As DateTime

Parameters

userName
String

The user name of the account.

Returns

The date and time the account was created, or MinValue if the account creation date is not available.

Applies to