System::TimeZoneInfo::TransitionTime::CreateFloatingDateRule method
Contents
[
Hide
]TransitionTime::CreateFloatingDateRule method
Constructs an instance of TransitionTime class that represents a floating-date rule (time change that occurs on specific day of a specific week of a specific month).
static TransitionTime System::TimeZoneInfo::TransitionTime::CreateFloatingDateRule(DateTime time_of_day, int month, int week, DayOfWeek day_of_week)
Parameter | Type | Description |
---|---|---|
time_of_day | DateTime | The specific time at which the time change occurs. |
month | int | The month of the year at which the time change occurs. |
week | int | The week of the month at which the time change occurs. |
day_of_week | DayOfWeek | The day of week at which the time change occurs. |
ReturnValue
An istance of TransitionTime class that represents the described time change.
See Also
- Class TransitionTime
- Class DateTime
- Enum DayOfWeek
- Class TransitionTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.PDF for C++