इसके माध्यम से साझा किया गया


IppAttributeValue.CreateDateTimeArray(IIterable<DateTime>) Method

Definition

Creates an IppAttributeValue object that contains an array of dateTime attributes with the specified values.

public:
 static IppAttributeValue ^ CreateDateTimeArray(IIterable<DateTime> ^ values);
 static IppAttributeValue CreateDateTimeArray(IIterable<DateTime> const& values);
public static IppAttributeValue CreateDateTimeArray(IEnumerable<System.DateTimeOffset> values);
function createDateTimeArray(values)
Public Shared Function CreateDateTimeArray (values As IEnumerable(Of DateTimeOffset)) As IppAttributeValue

Parameters

values

IIterable<DateTime>

IEnumerable<DateTimeOffset>

The values of the array of dateTime attributes.

Returns

The new IppAttributeValue object.

Applies to