Click or drag to resize

ProjectionRowGetDateTimeOffset 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.9.0.0 (5.9.0)
Syntax
public DateTimeOffset GetDateTimeOffset(
	int i
)

Parameters

i
Type: SystemInt32
The index of the field to find.

Return Value

Type: DateTimeOffset
See Also