KalugaDate
Class describing a point in time Dates are localized according to a KalugaLocale and relative to a given KalugaTimeZone
Inheritors
Properties
Reference to the underlying KalugaDateHolder
The number of days in the current month
The Duration passed since epoch time (January 1st 1970 00:00:00:00 GMT)
The first day of the week. E.g. Sunday in the US, Monday in France. Starts at 1.
True if this KalugaDate is last month
True if this KalugaDate is last year
True if this KalugaDate is next month
True if this KalugaDate is next year
True if this KalugaDate is this month
True if this KalugaDate is this year
True if this KalugaDate is today
True if this KalugaDate is tomorrow
True if this KalugaDate is yesterday
The millisecond of the current second
The number of milliseconds passed since epoch time (January 1st 1970 00:00:00:00 GMT)
The KalugaTimeZone in which the Date is set
The week number within the current month
The week number within the current year.
Functions
Creates a copy of a KalugaDate
Checks whether a KalugaDate is in the same year as a given Date.
Checks whether a KalugaDate is on the same day as a given Date.
Checks whether a KalugaDate is on the same month as a given Date.
Gets the Duration between two KalugaDate
Gets a KalugaDate that is duration before this date.
Gets a KalugaDate that is duration after this date.
Gets a KalugaDate equal to 23:59:59:999
on the same day as this Date
Gets a KalugaDate equal to midnight on the same day as this Date