'Declaration
Public Overloads Shared Function CreateDate( _ ByVal year As System.Integer, _ ByVal month As System.Integer, _ ByVal day As System.Integer, _ Optional ByVal isUtc As System.Boolean _ ) As LxDateTime
public static LxDateTime CreateDate( System.int year, System.int month, System.int day, System.bool isUtc )
Parameters
- year
- The year value
- 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