Share via


SPIntlCal.IsLocalDateValid Method (SPCalendarType, SimpleDate)

Returns a Boolean value that indicates whether the specified calendar type supports the specified date.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared Function IsLocalDateValid ( _
    calType As SPCalendarType, _
    ByRef di As SimpleDate _
) As Boolean
'Usage
Dim calType As SPCalendarType
Dim di As SimpleDate
Dim returnValue As Boolean

returnValue = SPIntlCal.IsLocalDateValid(calType, _
    di)
public static bool IsLocalDateValid(
    SPCalendarType calType,
    ref SimpleDate di
)

Parameters

Return Value

Type: System.Boolean
true if the date is supported; otherwise, false.

See Also

Reference

SPIntlCal Class

SPIntlCal Members

IsLocalDateValid Overload

Microsoft.SharePoint.Utilities Namespace