public class DateAfterCreation extends Object
| Constructor and Description |
|---|
DateAfterCreation() |
| Modifier and Type | Method and Description |
|---|---|
double |
daysAfterCreationGreaterThan()
Get value indicating the age in days after creation.
|
DateAfterCreation |
withDaysAfterCreationGreaterThan(double daysAfterCreationGreaterThan)
Set value indicating the age in days after creation.
|
public double daysAfterCreationGreaterThan()
public DateAfterCreation withDaysAfterCreationGreaterThan(double daysAfterCreationGreaterThan)
daysAfterCreationGreaterThan - the daysAfterCreationGreaterThan value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/