LiquidTechnologies.XmlObjects Namespace / LxDuration Structure / Normalized Property

In This Topic
    Normalized Property
    In This Topic
    Gets a value which has been Normalized i.e. all values have been overflowed leaving them below there notional maximums.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Normalized As LxDuration
    public LxDuration Normalized {get;}

    Property Value

    A value with:
    years (no max)
    months (max 11)
    days (no max)
    hours (max 23)
    minutes (max 59)
    seconds (max 59)
    millis (max 9999)
    micros (max 9999)
    nanos (max 9999)
    Remarks
    Note it is not possible to roll days into months as months contain a variable number of days.
    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