| ComponentSpace SAML Class Library Reference |
|
SAML.ToDateTime Method
Returns the DateTime represented by the formatted date/time string.
[Visual Basic]
Public Shared Function ToDateTime( _
ByVal
dateTimeString As
String _
) As
Date
Parameters
-
dateTimeString
- The the date/time string
Return Value
the DateTime
Remarks
The date/time string should be formatted as: yyyy-mm-ddThh:mm:ssZ.
As per the SAML specification, all date/time values should be coordinated universal time (UTC).
Exceptions
See Also
SAML Class | ComponentSpace.SAML Namespace