TimeStamp constructor

init

Constructs a new instance of TimeStamp

def __init__(self):
    ...

init

Instantiates new time stamp structure.

def __init__(self, url, user, password):
    ...
Parameter Type Description
url System.String Url of third-party site.
user System.String User.
password System.String Password.

See Also