WebSecurity.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.
Returns the date and time when the specified membership account was created.
public static DateTime GetCreateDate (string userName);
static member GetCreateDate : string -> DateTime
Public Shared Function GetCreateDate (userName As String) As DateTime
Parameters
- userName
- String
The user name for the membership account.
Returns
The date and time that the membership account was created, or MinValue if the account creation date is not available.
Exceptions
The Initialize(String, NameValueCollection) method was not called.-or-The InitializeDatabaseConnection method was not called.-or-The SimpleMembershipProvider membership provider is not registered in the configuration of your site. For more information, contact your site's system administrator.