System::Net::Http::Headers::ContentDispositionHeaderValue::set_CreationDate method

ContentDispositionHeaderValue::set_CreationDate method

Sets the file creation date.

void System::Net::Http::Headers::ContentDispositionHeaderValue::set_CreationDate(Nullable<DateTimeOffset> value)
ParameterTypeDescription
valueNullable<DateTimeOffset>The value that will be set.

See Also