stefano.zanotti@summer.it
public ExsltDateTime("2005-12-08T00:00:00")
BUG
in
int hours = Int32.Parse(zoneStr.Substring
(0,3));
/// <summary>
/// Initialize the DateTimeTZ structure with the
date, time and timezone in the string.
/// </summary>
/// <param name="inS">An ISO8601 string</param>
public ExsltDateTime(string inS)
ExsltDateTime("2005-08-12T00:00:00")
BUG
int minutes = Int32.Parse(zoneStr.Substring
(4,2));
public ExsltDateTime("2005-12-08T00:00:00")
BUG
in
int hours = Int32.Parse(zoneStr.Substring
(0,3));
/// <summary>
/// Initialize the DateTimeTZ structure with the
date, time and timezone in the string.
/// </summary>
/// <param name="inS">An ISO8601 string</param>
public ExsltDateTime(string inS)
ExsltDateTime("2005-08-12T00:00:00")
BUG
int minutes = Int32.Parse(zoneStr.Substring
(4,2));