SP.Utilities.DateUtility.julianDayToDate(jDay) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Converts the specified Julian day to a Gregorian date.

var value = SP.Utilities.DateUtility.julianDayToDate(jDay);

Parameters

jDay

Type: int

The Julian day to be converted.

Return Value

Type: SP.DateTimeUtil.SimpleDate

The converted Gregorian date.

Remarks

The value of jDay should be valid in the Julian date calendar.

Applies To

SP.Utilities.DateUtility Class

See Also

Reference

SP.Utilities.DateUtility Methods

SP.Utilities Namespace