SPIntlCal.JulianDayToLocal - Méthode (SPCalendarType, Int32, IntlDate)

Renvoie la date du jour Julian spécifié dans le type de calendrier spécifié.

Espace de noms :  Microsoft.SharePoint.Utilities
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Shared Sub JulianDayToLocal ( _
    calType As SPCalendarType, _
    jDay As Integer, _
    id As IntlDate _
)
'Utilisation
Dim calType As SPCalendarType
Dim jDay As Integer
Dim id As IntlDateSPIntlCal.JulianDayToLocal(calType, jDay, _
    id)
public static void JulianDayToLocal(
    SPCalendarType calType,
    int jDay,
    IntlDate id
)

Paramètres

  • jDay
    Type : System.Int32

    Entier 32 bits qui représente le jour de Julian à évaluer.

Voir aussi

Référence

SPIntlCal classe

SPIntlCal - Membres

JulianDayToLocal - Surcharge

Microsoft.SharePoint.Utilities - Espace de noms