Ejemplo n.º 1
0
 public FtpTimeStampParser(string rawValue, RawDataStyle style)
 {
     this.RawValue = rawValue;
     this.Style = style;
 }
Ejemplo n.º 2
0
 public FtpTimeStampParser()
 {
     Style = RawDataStyle.Undetermined;
 }
Ejemplo n.º 3
0
 public FtpTimeStampParser(string rawValue, RawDataStyle style)
 {
     this.RawValue = rawValue;
     this.Style    = style;
 }
Ejemplo n.º 4
0
 public TimeStampParser(string RawValue, RawDataStyle Style)
 {
     this.RawValue = RawValue;
     this.Style = Style;
 }
Ejemplo n.º 5
0
 public FtpTimeStampParser()
 {
     Style = RawDataStyle.Undetermined;
 }