set_CreationDate()

ContentDispositionHeaderValue::set_CreationDate(Nullable<DateTimeOffset>) method

Sets the file creation date.

void System::Net::Http::Headers::ContentDispositionHeaderValue::set_CreationDate(Nullable<DateTimeOffset> value)

Arguments

ParameterTypeDescription
valueNullable<DateTimeOffset>The value that will be set.

See Also