'Declaration
Public Overloads Shared Function CreateDateTime( _ ByVal year As System.Integer, _ ByVal month As System.Byte, _ ByVal day As System.Byte, _ ByVal hour As System.Byte, _ ByVal minute As System.Byte, _ ByVal second As System.Byte, _ ByVal milli As System.Short, _ ByVal micro As System.Short, _ ByVal nano As System.Short, _ Optional ByVal isUtc As System.Boolean _ ) As LxDateTime
Parameters
- year
- The year value
- month
- The month value (1-12)
- day
- The day value (1-31)
- hour
- The hour value (0-23)
- minute
- The minute value (0-59)
- second
- The hour (0-59)
- milli
- The millisecond value (0-999)
- micro
- The microsecond value (0-999)
- nano
- The nanosecond value (0-999)
- isUtc
- true if the time is a UTC time, false if its a in the local timezone.
Return Value
A newly constructed LxDateTime