| DataReaderProjectionRowGetDateTimeOffset Method  | 
 
            Gets the date time offset value of the specified field. Returns default(DateTimeOffset), which is MinValue.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic DateTimeOffset GetDateTimeOffset(
	int i
)
Public Function GetDateTimeOffset ( 
	i As Integer
) As DateTimeOffset
Parameters
- i
 - Type: SystemInt32
The index of the field to find. 
Return Value
Type: 
DateTimeOffset
See Also