LiquidTechnologies.XmlObjects Namespace / LxDateTime Structure / GetDateTimeOffset Method
If this LxDateTime has not timezone this flag indicates the timezone information that should be applied.

In This Topic
    GetDateTimeOffset Method
    In This Topic
    Converts the value to a System.DateTimeOffset.
    Syntax
    'Declaration
     
    
    Public Function GetDateTimeOffset( _
       ByVal defaultTimeZone As System.TimeZoneInfo _
    ) As System.DateTimeOffset
    public System.DateTimeOffset GetDateTimeOffset( 
       System.TimeZoneInfo defaultTimeZone
    )

    Parameters

    defaultTimeZone
    If this LxDateTime has not timezone this flag indicates the timezone information that should be applied.

    Return Value

    Remarks
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also