SourcePro® 2024.1 |
SourcePro® API Reference Guide |
Struct used by RWDaylightRule to define the beginning and ending of daylight saving time. More...
#include <rw/tools/zone.h>
Public Attributes | |
int | minute_ |
int | month_ |
int | week_ |
int | weekday_ |
RWDaylightBoundary is a struct with no constructors that is used by RWDaylightRule to define the beginning and ending of daylight saving time.
int RWDaylightBoundary::minute_ |
Minutes after 12:00 AM, from (0 - 1439)
. For example, 120
= 2 AM.
int RWDaylightBoundary::month_ |
The month from (0 - 11)
, where 0
= January.
int RWDaylightBoundary::week_ |
A week of the month from (0 - 4)
, or -1
if the following field is to represent a day within the month.
int RWDaylightBoundary::weekday_ |
A day of the week from (0 - 6)
, where 0
= Sunday, or, if the week_
field is -1
, a day of the month from (1 - 31)
.
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |