SPIntlCal.EraOffset method
Retorna a diferença para datas na época e tipo de calendário especificado.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function EraOffset ( _
calType As SPCalendarType, _
era As Integer _
) As Integer
'Uso
Dim calType As SPCalendarType
Dim era As Integer
Dim returnValue As Integer
returnValue = SPIntlCal.EraOffset(calType, _
era)
public static int EraOffset(
SPCalendarType calType,
int era
)
Parâmetros
calType
Type: Microsoft.SharePoint.SPCalendarTypeUm objeto SPCalendarType que representa um tipo de calendário.
era
Type: System.Int32Um inteiro de 32 bits que representa uma época.
Valor retornado
Type: System.Int32
Um inteiro de 32 bits que representa o deslocamento.