Class StorageTimestampMicro
Inheritance
System.Object
StorageTimestampMicro
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.FixEngine.Storage.Timestamp
Assembly: FixAntenna.Core.dll
Syntax
public class StorageTimestampMicro : IStorageTimestamp
Methods
Format(Int64, Byte[])
Declaration
public virtual void Format(long ticks, byte[] buffer)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | ticks | |
System.Byte[] | buffer |
FormatBackup()
Declaration
public virtual byte[] FormatBackup()
Returns
Type | Description |
---|---|
System.Byte[] |
GetFormatLength()
Declaration
public virtual int GetFormatLength()
Returns
Type | Description |
---|---|
System.Int32 |
ResetTimeZone(TimeSpan)
Declaration
public virtual void ResetTimeZone(TimeSpan timeZoneOffset)
Parameters
Type | Name | Description |
---|---|---|
System.TimeSpan | timeZoneOffset |