DateTimePeriod Methods
A date-time period that is used to select a predefined range in the Range Filter and Date Filter items.
Name | Description |
---|---|
Assign |
Copies settings of the specified object to the current object. |
Begin |
Locks the Date |
Create |
Creates the period whose duration is one day. The period includes a day previous to the current day. |
Create |
Creates the period whose duration is a specified number of days. The period includes days previous to the current day. |
Create |
Creates the period whose duration is one hour. The period includes the hour previous to the current hour. |
Create |
Creates the period whose duration is a specified number of hours. The period includes the hours previous to the current hour. |
Create |
Creates the period whose duration is one minute. The period includes the minute previous to the current minute. |
Create |
Creates the period whose duration is a specified number of minutes. The period includes the minutes previous to the current minute. |
Create |
Creates the period whose duration is one month. The period includes the month previous to the current month. |
Create |
Creates the period whose duration is a specified number of months. The period includes the months previous to the current month. |
Create |
Creates the period whose duration is one quarter. The period includes the quarter previous to the current quarter. |
Create |
Creates the period whose duration is the specified number of quarters. The period includes the quarters previous to the current quarter. |
Create |
Creates the period whose duration is one second. The period includes the second previous to the current second. |
Create |
Creates the period whose duration is the specified number of seconds. The period includes the seconds previous to the current second. |
Create |
Creates the period whose duration is one year. The period includes the year previous to the current year. |
Create |
Creates the period whose duration is the specified number of years. The period includes the years previous to the current year. |
Create |
Creates the period whose duration is one day. The period includes the day after the current day. |
Create |
Creates the period whose duration is the specified number of days. The period includes the days after the current day. |
Create |
Creates the period whose duration is one hour. The period includes the hour after the current hour. |
Create |
Creates the period whose duration is the specified number of hours. The period includes the hours after the current hour. |
Create |
Creates the period whose duration is one minute. The period includes the minute after the current minute. |
Create |
Creates the period whose duration is the specified number of minutes. The period includes the minutes after the current minute. |
Create |
Creates the period whose duration is one month. The period includes the month after the current month. |
Create |
Creates the period whose duration is the specified number of months. The period includes the months after the current month. |
Create |
Creates the period whose duration is one quarter. The period includes the quarter after the current quarter. |
Create |
Creates the period whose duration is the specified number of quarters. The period includes the quarters after the current quarter. |
Create |
Creates the period whose duration is one second. The period includes the second after the current second. |
Create |
Creates the period whose duration is the specified number of seconds. The period includes the seconds after the current second. |
Create |
Creates the period whose duration is one year. The period includes the year after the current year. |
Create |
Creates the period whose duration is the specified number of years. The period includes the years after the current year. |
Create |
Creates the period whose duration is one day. The period includes the current day. |
Create |
Creates the period whose duration is one hour. The period includes the current hour. |
Create |
Creates the period whose duration is one minute. The period includes the current minute. |
Create |
Creates the period whose duration is one month. The period includes the current month. |
Create |
Creates the period whose duration is one quarter. The period includes the current quarter. |
Create |
Creates the period whose duration is one second. The period includes the current second. |
Create |
Creates the period whose duration is one year. The period includes the current year. |
End |
Unlocks the Date |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also