Created Constructor (DateTime)
Initializes a new instance of the Created class using the specified DateTime.
Namespace: Microsoft.Web.Services3.Security.Utility
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim created As DateTime
Dim created1 As New Created(created)
Syntax
'Declaration
Public Sub New( _
ByVal created As DateTime _
)
public Created(
DateTime created
);
public:
Created(
DateTime^ created
);
public Created(
DateTime created
);
public function Created(
created : DateTime
);
Parameters
- created
A DateTime that specifies the time a SOAP message was created.
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
Created Class
Created Members
Microsoft.Web.Services3.Security.Utility Namespace