Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the Julian day of the first day of the specified era.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Function GetEraJulianDay ( _
era As Integer _
) As Integer
'Usage
Dim instance As ISPCalendar
Dim era As Integer
Dim returnValue As Integer
returnValue = instance.GetEraJulianDay(era)
int GetEraJulianDay(
int era
)
Parameters
era
Type: System.Int32An integer value that represents an era.
Return Value
Type: System.Int32
An integer value that represents the Julian day of the first day of the era.