SPIntlCal.IsLocalDateValid method
Returns a Boolean value that indicates whether the specified calendar type supports the specified date.
Overload list
Name | Description | |
---|---|---|
IsLocalDateValid(SPCalendarType, SimpleDate) | Returns a Boolean value that indicates whether the specified calendar type supports the specified date. | |
IsLocalDateValid(SPCalendarType, SimpleDate, Int32) | Returns a Boolean value that indicates whether the specified calendar type supports the specified date. | |
IsLocalDateValid(SPCalendarType, SimpleDate, Int32, Int32) | Returns a Boolean value that indicates whether the specified calendar type supports the specified date. |
Top