March 01, 2012 Learn » SysTime in a Struct | |||
|---|---|---|---|
| |||
...string etext; //
SysTime esystime;
this (this) {
SysTime esystime = SysTime(DateTime(
Clock.currTime.year,
to!int... | |||
December 28, 2011 General » Re: Proposal for custom time string formatting in std.datetime | |||
|---|---|---|---|
| |||
...getting the year of the SysTime or converting it to a string). SysTime does all... | |||
December 28, 2011 General » Re: Proposal for custom time string formatting in std.datetime | |||
|---|---|---|---|
| |||
...format a SysTime? To convert a SysTime to a string you usually need year, month... | |||
December 27, 2011 General » Re: Proposal for custom time string formatting in std.datetime | |||
|---|---|---|---|
| |||
...the lines of what year that time is...people converting them incorrectly. SysTime mostly avoids the... | |||
December 24, 2011 General » Re: Proposal for custom time string formatting in std.datetime | |||
|---|---|---|---|
| |||
...date (such as what year or month it...With a solution like SysTime, you don't... | |||
December 23, 2011 General » Re: Proposal for custom time string formatting in std.datetime | |||
|---|---|---|---|
| |||
...idea, at least, of SysTime was that it...string or get its year or anything like... | |||
December 17, 2011 General » Re: Program size, linking matter, and static this() | |||
|---|---|---|---|
| |||
...for the SysTime as a string or asking for the that SysTime's year). That... | |||
November 28, 2011 General » Re: Documentation 'quick index' | |||
|---|---|---|---|
| |||
...classes and structs. Simply doing something like #SysTime.year would make it unique enough for... | |||
November 06, 2011 General » Re: std.datetime is too big | |||
|---|---|---|---|
| |||
...submit any fixes AFAIK. SysTime has member which...or asking for its year or whatnot). C... | |||
November 05, 2011 General » Re: std.datetime is too big | |||
|---|---|---|---|
| |||
...along the lines of #Date.year, #DateTime.year, and #SysTime.year. That way, I could... | |||
Copyright © 1999-2021 by the D Language Foundation