Scheduler for WPF | ComponentOne
C1.Schedule Namespace / CalendarInfo Class / CopyFrom Method
The CalendarInfo instance to copy.

In This Topic
    CopyFrom Method (CalendarInfo)
    In This Topic
    Copies properties from the specified CalendarInfo object to this one.
    Syntax
    'Declaration
     
    
    Public Sub CopyFrom( _
       ByVal info As CalendarInfo _
    ) 
    public void CopyFrom( 
       CalendarInfo info
    )

    Parameters

    info
    The CalendarInfo instance to copy.
    See Also