The date and time of the provider's previous Accession session.
object.PreviousWebLoginDate()
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISProvider interface |
DateTime
Display the date and time of the provider's previous Accession session.
Dim aProvider
Dim aMessage
Set aProvider = Profile.LoadProvider("VE3")
aMessage = aMessage & vbNewLine & "Provider: " & aProvider.FullName & vbNewLine &_
"The date and time of the previous web login is " &_
aProvider.PreviousWebLoginDate
Profile.MsgBox (aMessage) In Profile Client v8 on User Interface Previous Web Login Date cannot be found.