Search

September 15, 2013
General »
...see something like SysTime.year, DateTime.year, Date.year rather than year three times in...
September 14, 2013
Genel »
...void main()
{
   auto zaman = SysTime(DateTime(Date(2013...zaman.month - 1], zaman.year,
                 zaman.hour, zaman...
June 20, 2013
General »
...or anything like that. SysTime on the other...or time (e.g. year or second). There...
April 20, 2012
Phobos »
...a structure with year/month/day/etc. fields), and then created the SysTime result from...
April 02, 2012
Learn »
...name (e.g. DateTime and SysTime both have a year property), then they end up...
March 08, 2012
General »
...for output (e.g. getting the year of the SysTime or converting it to a...
March 02, 2012
Learn »
...string etext; //

    SysTime opCast(T : SysTime)() const
    {
        return SysTime(DateTime(
                           Clock.currTime.year,
                           to!int...
March 01, 2012
Learn »
...using DateTime instead of SysTime.
>>
>> That is a...edatetime = DateTime(
> Clock.currTime.year,
> to!int(this...
March 01, 2012
Learn »
...edatetime;
  this (this)
  {
    edatetime = DateTime(
      Clock.currTime.year,
      to!int(this.edate[2..4]),
      to...
March 01, 2012
Learn »
...type.

> this (this) {
> SysTime esystime = SysTime(DateTime(

That...this.esystime =

> Clock.currTime.year,
> to!int(this...
1 2 3 4 5
Next ›   Last »