StiFunctionsDate Class |
[Missing <summary> documentation for "T:Stimulsoft.Report.Dictionary.StiFunctionsDate"]
Namespace: Stimulsoft.Report.Dictionary
The StiFunctionsDate type exposes the following members.
Name | Description | |
---|---|---|
StiFunctionsDate | Initializes a new instance of the StiFunctionsDate class |
Name | Description | |
---|---|---|
DateDiff(DateTime, DateTime) |
Returns a number of time intervals between two specified dates.
| |
DateDiff(NullableDateTime, NullableDateTime) |
Returns a number of time intervals between two specified dates.
| |
DateSerial(Int64) |
Returns the DateTime value for the specified number of ticks.
| |
DateSerial(Int64, Int64, Int64) |
Returns the DateTime value for the specified year, month, and day.
| |
Day(DateTime) |
Returns the day from a date and returns it as a integer value.
| |
Day(NullableDateTime) |
Returns the day from a date and returns it as a integer value.
| |
DayOfWeek(DateTime) |
Returns the day of the week.
| |
DayOfWeek(NullableDateTime) |
Returns the day of the week.
| |
DayOfWeek(DateTime, Boolean) |
Returns the day of the week.
| |
DayOfWeek(DateTime, String) |
Returns the day of the week.
| |
DayOfWeek(NullableDateTime, Boolean) |
Returns the day of the week.
| |
DayOfWeek(NullableDateTime, String) |
Returns the day of the week.
| |
DayOfWeek(DateTime, String, Boolean) |
Returns the day of the week.
| |
DayOfWeek(NullableDateTime, String, Boolean) |
Returns the day of the week.
| |
DayOfYear(DateTime) |
Returns the day of the year.
| |
DayOfYear(NullableDateTime) |
Returns the day of the year.
| |
DaysInMonth(DateTime) |
Returns the number of days in the specified month and year.
| |
DaysInMonth(NullableDateTime) |
Returns the number of days in the specified month and year.
| |
DaysInMonth(Int64, Int64) |
Returns the number of days in the specified month and year.
| |
DaysInYear(DateTime) |
Returns the number of days in the specified year.
| |
DaysInYear(Int64) |
Returns the number of days in the specified year.
| |
DaysInYear(NullableDateTime) |
Returns the number of days in the specified year.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Hour(DateTime) |
Returns the hour portion from a date and returns it as a integer value.
| |
Hour(NullableDateTime) |
Returns the hour portion from a date and returns it as a integer value.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Minute(DateTime) |
Returns the minutes portion from a date and returns it as a integer value.
| |
Minute(NullableDateTime) |
Returns the minutes portion from a date and returns it as a integer value.
| |
Month(DateTime) |
Returns the month from a date and returns it as a integer value.
| |
Month(NullableDateTime) |
Returns the month from a date and returns it as a integer value.
| |
MonthName(DateTime) |
Returns the name of the month.
| |
MonthName(NullableDateTime) |
Returns the name of the month.
| |
MonthName(DateTime, Boolean) |
Returns the name of the month.
| |
MonthName(DateTime, String) |
Returns the name of the month.
| |
MonthName(NullableDateTime, Boolean) |
Returns the name of the month.
| |
MonthName(NullableDateTime, String) |
Returns the name of the month.
| |
MonthName(DateTime, String, Boolean) |
Returns the name of the month.
| |
MonthName(NullableDateTime, String, Boolean) |
Returns the name of the month.
| |
Second(DateTime) |
Returns the seconds portion from a date and returns it as a integer value.
| |
Second(NullableDateTime) |
Returns the seconds portion from a date and returns it as a integer value.
| |
TimeSerial |
Returns the TimeValue value for a specified number of hours, minutes, and seconds.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WeekOfMonth(DateTime) |
Returns the week of the month that includes the date in the specified DateTime value.
| |
WeekOfMonth(NullableDateTime) |
Returns the week of the month that includes the date in the specified DateTime value.
| |
WeekOfMonth(DateTime, DayOfWeek) |
Returns the week of the month that includes the date in the specified DateTime value.
| |
WeekOfMonth(NullableDateTime, DayOfWeek) |
Returns the week of the month that includes the date in the specified DateTime value.
| |
WeekOfMonth(DateTime, DayOfWeek, CalendarWeekRule) |
Returns the week of the month that includes the date in the specified DateTime value.
| |
WeekOfMonth(NullableDateTime, DayOfWeek, CalendarWeekRule) |
Returns the week of the month that includes the date in the specified DateTime value.
| |
WeekOfYear(DateTime) |
Returns the week of the year that includes the date in the specified DateTime value.
| |
WeekOfYear(NullableDateTime) |
Returns the week of the year that includes the date in the specified DateTime value.
| |
WeekOfYear(DateTime, DayOfWeek) |
Returns the week of the year that includes the date in the specified DateTime value.
| |
WeekOfYear(NullableDateTime, DayOfWeek) |
Returns the week of the year that includes the date in the specified DateTime value.
| |
WeekOfYear(DateTime, DayOfWeek, CalendarWeekRule) |
Returns the week of the year that includes the date in the specified DateTime value.
| |
WeekOfYear(NullableDateTime, DayOfWeek, CalendarWeekRule) |
Returns the week of the year that includes the date in the specified DateTime value.
| |
Year(DateTime) |
Returns the year from a date and returns it as a integer value.
| |
Year(NullableDateTime) |
Returns the year from a date and returns it as a integer value.
|