SourcePro® API Reference Guide

 
Loading...
Searching...
No Matches
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

◆ minute_

int RWDaylightBoundary::minute_

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

◆ month_

int RWDaylightBoundary::month_

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

◆ week_

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.

◆ weekday_

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.