LiquidTechnologies.XmlObjects Namespace / LxDateTime Structure / ZuluTimeInLongForm Property
Example

In This Topic
    ZuluTimeInLongForm Property
    In This Topic
    Indicates how times with a 0 offset from UTC should be shown, either +00:00 or Z. Only meaningful when HasTimeZone=true.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ZuluTimeInLongForm As System.Boolean
    public System.bool ZuluTimeInLongForm {get;}
    Remarks
    Included so date times can be round tripped more accurately 2002-09-24-00:00 = 2002-09-24Z (
    Example
    When HasTimeZone = true and ZuluTimeInLongForm = true, the result of ToString would look something like this When HasTimeZone = true and ZuluTimeInLongForm = false, the result of ToString would look something like this
    2002-09-24-00:00
    2002-09-24Z
    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