IppAttributeValue.GetDateTimeArray Method

Definition

Gets the array of dateTime attributes that are contained in the current IppAttributeValue object.

public:
 virtual IVector<DateTime> ^ GetDateTimeArray() = GetDateTimeArray;
IVector<DateTime> GetDateTimeArray();
public IList<System.DateTimeOffset> GetDateTimeArray();
function getDateTimeArray()
Public Function GetDateTimeArray () As IList(Of DateTimeOffset)

Returns

The array of dateTime attributes.

Applies to