ISProvider.PreviousWebLoginDate

Description

The date and time of the provider's previous Accession session.

Syntax

object.PreviousWebLoginDate()

Part Attribute Type Description
object Required
The object always implements the ISProvider interface

Return Value

DateTime

Example

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)  
Note:

In Profile Client v8 on User Interface Previous Web Login Date cannot be found.

Version information

Added in v8.5.0