| DayOfMonth |
uint8 |
Number for the Day of the Month for Fixed Date rule (1..31) |
DaylightSavings.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Daylight Savings"
- Meta=(ClampMin=1, ClampMax=31, EditCondition="Rule == EDaylightSavingRuleKind::FixedDate", EditConditionHides)
|
| Month |
EMonth |
Month the rule apply to |
DaylightSavings.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Daylight Savings"
|
| Nth |
uint8 |
Nth Weekday to consider when the rule is NthDay - eg 3 for the 3rd Sunday of January |
DaylightSavings.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Daylight Savings"
- Meta=(ClampMin=1, ClampMax=5, EditCondition="Rule == EDaylightSavingRuleKind::NthDay", EditConditionHides)
|
| Rule |
EDaylightSavingRuleKind |
The rule defining the day to choose for the Daylight Saving Start/End |
DaylightSavings.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Daylight Savings"
|
| WeekDay |
EWeekDay |
Reference Weekday for Nth and LastDay rules |
DaylightSavings.h |
- BlueprintReadWrite
- EditAnywhere
- Category="Daylight Savings"
- Meta=(EditCondition="Rule == EDaylightSavingRuleKind::NthDay || Rule == EDaylightSavingRuleKind::LastDay", EditConditionHides)
|