NevronOpenVision
Nevron.Nov Namespace / NTimeZone Class / ConvertTime Method / ConvertTime(DateTime,NTimeZone,NTimeZone,Boolean) Method
The date and time to convert.
The time zone of dateTime.
The time zone to convert dateTime to.
Determines whether to check if the given date time kind matches the specified source time zone.
In This Topic
    ConvertTime(DateTime,NTimeZone,NTimeZone,Boolean) Method
    In This Topic
    Converts a time from one time zone to another.
    Syntax
    public static System.DateTime ConvertTime( 
       System.DateTime dateTime,
       NTimeZone sourceTimeZone,
       NTimeZone destinationTimeZone,
       System.bool validateSourceTimeZone
    )

    Parameters

    dateTime
    The date and time to convert.
    sourceTimeZone
    The time zone of dateTime.
    destinationTimeZone
    The time zone to convert dateTime to.
    validateSourceTimeZone
    Determines whether to check if the given date time kind matches the specified source time zone.
    Exceptions
    ExceptionDescription
    The dateTime parameter is an invalid time (that is, it represents a time that does not exist because of a time zone's adjustment rules).
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also