rwlogo
SourcePro 11.1

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWDaylightBoundary Struct Reference
[Internationalization]

Struct used by RWDaylightRule to define the beginning and ending of daylight saving time. More...

#include <rw/tools/classiczone.h>

List of all members.

Public Attributes

int month_
int week_
int weekday_
int minute_

Detailed Description

RWDaylightBoundary is a struct with no constructors that is used by RWDaylightRule to define the beginning and ending of daylight saving time.


Member Data Documentation

Minutes after 12:00 AM, from (0 - 1439). For example, 120 = 2 AM.

The month from (0 - 11), where 0 = January.

A week of the month from (0 - 4), or -1 if the following field is to represent a day within the month.

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 Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.