Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 5 and Version 6 of TimePackageDesign

Show
Ignore:
Author:
schveiguy (IP: 12.163.137.244)
Timestamp:
11/29/07 23:20:46 (16 years ago)
Comment:

Fixed error with static this example for setting default calendar

Legend:

Unmodified
Added
Removed
Modified
  • TimePackageDesign

    v5 v6  
    8989static this() 
    9090{ 
    91   if(Calendar.current !is null) 
     91  if(Calendar.current is null) 
    9292     Calendar.current = getDefaultInstance(); 
    9393}