Class UtcDateFormatter
Formatter for date with pattern YYYYMMDD
Inheritance
System.Object
UtcDateFormatter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.Fix.Message.Format
Assembly: FixAntenna.Message.dll
Syntax
public class UtcDateFormatter : MonthYearFormatter, IFixDateFormatter
Methods
FormatUtcCalendar(DateTimeOffset, Byte[], Int32)
Declaration
protected override int FormatUtcCalendar(DateTimeOffset utcCal, byte[] buff, int offset)
Parameters
Type | Name | Description |
---|---|---|
System.DateTimeOffset | utcCal | |
System.Byte[] | buff | |
System.Int32 | offset |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
GetFormattedStringLength(DateTimeOffset)
Declaration
public override int GetFormattedStringLength(DateTimeOffset calendar)
Parameters
Type | Name | Description |
---|---|---|
System.DateTimeOffset | calendar |
Returns
Type | Description |
---|---|
System.Int32 |