SPUtility.GregorianISOToIntlISODate method

Converts the specified date from the International Organization for Standardization (ISO) Gregorian format to the ISO International format.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function GregorianISOToIntlISODate ( _
    web As SPWeb, _
    strISODate As String, _
    iCalType As Integer _
) As String
'Usage
Dim web As SPWeb
Dim strISODate As String
Dim iCalType As Integer
Dim returnValue As String

returnValue = SPUtility.GregorianISOToIntlISODate(web, _
    strISODate, iCalType)
public static string GregorianISOToIntlISODate(
    SPWeb web,
    string strISODate,
    int iCalType
)

Parameters

  • strISODate
    Type: System.String

    A string that contains the date to convert in ISO Gregorian format.

Return value

Type: System.String
A string that contains the date in ISO International format.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace