Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Calendar.LoadCalendar Method 

Loads a Calendar control from specified path.

[Visual Basic]
Public Shared Function LoadCalendar( _
   ByVal virtualPath As String _
) As EO.Web.Calendar
[C#]
public static Calendar LoadCalendar(
   string virtualPath
);

Parameters

virtualPath
The virtual path of the Calendar file. You can use '~' to represent the Web application root. For example, you can use "~/calendar1.EOWeb.ascx" to load "calendar1.EOWeb.ascx" in the Web application root directory.

Return Value

Returns the loaded Calendar

See Also

Calendar Class | EO.Web Namespace


Direct link to this topic