'Declaration
Public Overloads Shared Function CreateGMonthDay( _ ByVal month As System.Integer, _ ByVal day As System.Integer, _ Optional ByVal isUtc As System.Boolean _ ) As LxDateTime
public static LxDateTime CreateGMonthDay( System.int month, System.int day, System.bool isUtc )
Parameters
- month
- The month value (1-12)
- day
- The day value (1-31)
- isUtc
- true if the time is a UTC time, false if its a in the local timezone.
Return Value
A newly constructed LxDateTime