ExtendedDateTime(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) Constructor
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
public ExtendedDateTime(
int year,
int month = 0,
int day = 0,
int hour = -1,
int minute = -1,
int second = -1,
int utcHourOffset = 0,
int utcMinuteOffset = 0
)
public:
ExtendedDateTime(
int year,
int month = 0,
int day = 0,
int hour = -1,
int minute = -1,
int second = -1,
int utcHourOffset = 0,
int utcMinuteOffset = 0
)
No code example is currently available or this language may not be supported.
Parameters
- year Int32
- The year.
- month Int32 (Optional)
- The month.
- day Int32 (Optional)
- The day.
- hour Int32 (Optional)
- The hour.
- minute Int32 (Optional)
- The minute.
- second Int32 (Optional)
- The second.
- utcHourOffset Int32 (Optional)
- The utc hour offset.
- utcMinuteOffset Int32 (Optional)
- The utc minute offset.