ExtendedDateTime(Int32, Int32, Int32, Int32, Int32, Int32, NullableTimeSpan) 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,
TimeSpan? utcOffset = null
)
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.
- utcOffset NullableTimeSpan (Optional)
- The utc offset.