System::TimeZoneInfo::TransitionTime::CreateFixedDateRule method
TransitionTime::CreateFixedDateRule method
Constructs an instance of TransitionTime class that represents a fixed-date rule (time change that occurs on specific day of a specific month).
static TransitionTime System::TimeZoneInfo::TransitionTime::CreateFixedDateRule(DateTime time_of_day, int month, int day)
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. |
day | int | The day of the month at which the time change occurs. |
ReturnValue
An istance of TransitionTime class that represents the described time change.
See Also
- Class TransitionTime
- Class DateTime
- Class TransitionTime
- Class TimeZoneInfo
- Namespace System
- Library Aspose.Font for C++