Property TimestampFormat
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
TimestampFormat
Gets or sets the format string used to parse DateTimeOffset timestamp values in the CSV. Defaults to yyyy-MM-dd HH:mm:ss zzz (ISO) or the current culture RFC1123 pattern.
public string TimestampFormat { get; set; }