Timestamp Constructor ()
Initializes a new instance of the Timestamp class with default values.
Namespace: Microsoft.Web.Services3.Security.Utility
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim timestamp1 As New Timestamp()
Syntax
'Declaration
Public Sub New()
public Timestamp();
public:
Timestamp();
public Timestamp();
public function Timestamp();
Remarks
When a new instance of Timestamp is created, the Created and Expires properties are set to null, and the TtlInSeconds property is set to 5 minutes (300,000 milliseconds) by default.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
Timestamp Class
Timestamp Members
Microsoft.Web.Services3.Security.Utility Namespace