ExtendedMembershipProvider.GetCreateDate(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.