Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / TimeZoneInfo Class / CopyFrom Method

In This Topic
    CopyFrom Method (TimeZoneInfo)
    In This Topic
    Copies a time zone info form the specified TimeZoneInfo object into the current instance.
    Syntax
    'Declaration
     
    
    Protected Sub CopyFrom( _
       ByVal info As TimeZoneInfo _
    ) 
    protected void CopyFrom( 
       TimeZoneInfo info
    )

    Parameters

    info
    See Also