public final class TimeUnit
extends com.aspose.ms.System.Enum
Time unit of the project duration.
Modifier and Type | Field and Description |
---|---|
static int |
Days
The one day interval.
|
static int |
Months
The one month interval.
|
static int |
ThirdsOfMonths
The one third of the month.
|
static int |
Unspecified
The unknown, unspecified time scale.
|
public static final int Days
The one day interval.
public static final int Months
The one month interval.
public static final int ThirdsOfMonths
The one third of the month.
public static final int Unspecified
The unknown, unspecified time scale.
Copyright © 2020. All rights reserved.