SetGroup Method     | Table of Content | SetV Method (Int32, DateTime)![]()  | 
| FieldSet.SetV Method | 
| Name | Description | |
|---|---|---|
| SetV(Int32, DateTime) | 
        Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
        | |
| SetV(Int32, Decimal) | 
        Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
        | |
| SetV(Int32, Double) | 
        Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
        | |
| SetV(Int32, Int32) | 
        Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
        | |
| SetV(Int32, Int64) | 
        Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
        | |
| SetV(Int32, TimeSpan) | 
        Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
        | |
| SetV(Int32, HighResolutionTimeSpan, TimeSpanFormat) | 
        Sets the field value with the given format as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
        | |
| SetV(Int32, HighResolutionTimestamp, TimestampFormat) | 
        Sets the field value with the given format as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
        | |
| SetV(Int32, DateTime, TimestampFormat) | 
        Sets the field value with the given format as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
        | |
| SetV(Int32, Decimal, Int32) | 
        Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
        | |
| SetV(Int32, Double, Int32) | 
        Sets the field value as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
        | |
| SetV(Int32, TimeSpan, TimeSpanFormat) | 
        Sets the field value with the given format as it is without transforming it into text-presentation. Assigning field value via SetV methods saves not only value it's type as well, therefore no parsing is performed during subsequent access to the field via typed Get methods.
        |