SourcePro® C++ API Reference Guide

Product Documentation:
   SourcePro C++
Documentation Home
List of all members | Public Attributes
RWDaylightBoundary Struct Reference

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_
 

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

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 © 2016 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.
Provide feedback to Rogue Wave about its documentation.