Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DateMoyr::= Operator (boost::gregorian::date&)

Sets month and year from a boost::gregorian::date (month, day, and year).

C++
DateMoyr& operator =(
    const boost::gregorian::date& dateModyyr
);
Parameters 
Description 
const boost::gregorian::date& dateModyyr 
The date to copy from (month, day, and year). Ignores the day. 

A reference to this instance. 

 

This version ignores the day.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!