Пример #1
0
 public FtpTimeStampParser(string rawValue, RawDataStyle style)
 {
     this.RawValue = rawValue;
     this.Style = style;
 }
Пример #2
0
 public FtpTimeStampParser()
 {
     Style = RawDataStyle.Undetermined;
 }
Пример #3
0
 public FtpTimeStampParser(string rawValue, RawDataStyle style)
 {
     this.RawValue = rawValue;
     this.Style    = style;
 }
Пример #4
0
 public TimeStampParser(string RawValue, RawDataStyle Style)
 {
     this.RawValue = RawValue;
     this.Style = Style;
 }
Пример #5
0
 public FtpTimeStampParser()
 {
     Style = RawDataStyle.Undetermined;
 }