Expand Minimize
This topic has not yet been rated - Rate this topic

SPUtility.CreateISO8601DateTimeFromSystemDateTime method

Converts a system DateTime value to ISO8601 DateTime format (yyyy-mm-ddThh:mm:ssZ).

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public static string CreateISO8601DateTimeFromSystemDateTime(
	DateTime dtValue
)

Parameters

dtValue
Type: System.DateTime
A System.DateTime object that represents the system DateTime value in the form mm/dd/yyyy hh:mm:ss AM or PM.

Return value

Type: System.String
A string that contains the date and time in ISO8601 DateTime format.

The CreateISO8601DateTimeFromSystemDateTime method converts, for example, "6/16/2003 6:37:44 PM" to "2003-06-16T18:37:44Z".

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.