'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