Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / TimeZoneInfo Class / ToLocalTime Method
The UTC time to convert.

In This Topic
    ToLocalTime Method (TimeZoneInfo)
    In This Topic
    Converts the value of the utc time to a local time in this time zone.
    Syntax
    'Declaration
     
    
    Public Function ToLocalTime( _
       ByVal utc As Date _
    ) As Date
    public DateTime ToLocalTime( 
       DateTime utc
    )

    Parameters

    utc
    The UTC time to convert.

    Return Value

    The local time.
    See Also