LiquidTechnologies.XmlObjects Namespace / LxDateTime Structure / CreateGMonth Method / CreateGMonth(Int32,Boolean) Method
The month value (1-12)
true if the time is a UTC time, false if its a in the local timezone.

In This Topic
    CreateGMonth(Int32,Boolean) Method
    In This Topic
    Creates a new xsd xs:date (Type = LxDateTimeType.GMonth).
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function CreateGMonth( _
       ByVal month As System.Integer, _
       Optional ByVal isUtc As System.Boolean _
    ) As LxDateTime
    public static LxDateTime CreateGMonth( 
       System.int month,
       System.bool isUtc
    )

    Parameters

    month
    The month value (1-12)
    isUtc
    true if the time is a UTC time, false if its a in the local timezone.

    Return Value

    A newly constructed LxDateTime
    Exceptions
    ExceptionDescription
    If any of the values are out of range
    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