Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
from Method
Casts passed in object to the WebMonthCalendar type.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function from(
: {Any}
) : WebMonthCalendar; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebMonthCalendar.from({Any}); |
Parameters
- obj
- Object to convert to the WebMonthCalendar type.
Return Value
Reference to the same object that is passed in, only type converted to the WebMonthCalendar type.