revert forced 4.0 migration -- many users are still dependent on 2.0
This commit is contained in:
parent
7b48ebb7e6
commit
4bcde77cc2
13 changed files with 531 additions and 46 deletions
|
|
@ -554,7 +554,7 @@ namespace Server
|
|||
return defaultValue;
|
||||
}
|
||||
}
|
||||
|
||||
#if Framework_4_0
|
||||
public static DateTimeOffset GetXMLDateTimeOffset( string dateTimeOffsetString, DateTimeOffset defaultValue )
|
||||
{
|
||||
try
|
||||
|
|
@ -571,7 +571,7 @@ namespace Server
|
|||
return defaultValue;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
public static TimeSpan GetXMLTimeSpan( string timeSpanString, TimeSpan defaultValue )
|
||||
{
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue