'Declaration
Public Overloads Shared Function CreateTime( _ 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, _ ByVal zoneHour As System.SByte, _ ByVal zoneMinute As System.Byte _ ) As LxDateTime
public static LxDateTime CreateTime( System.byte hour, System.byte minute, System.byte second, System.short milli, System.short micro, System.short nano, System.sbyte zoneHour, System.byte zoneMinute )
Parameters
- 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)
- zoneHour
- The timezone hour value (-23 to +23)
- zoneMinute
- The timezone minute value (0-59)
Return Value
A newly constructed LxDateTime