DT_GetYearΒΆ
DT_GetYear returns the year the rmDateTime values represents.
- rmYear = DT_GetYear(rmDateTime)
Return Value
rmYear is a real matrix of year values (range: 100 to 9999).
Parameters
- rmDateTime
rmDateTime is a real matrix representing date/time values.
See also
Overview Date and Time, DT_GetCurrentTime, DT_GetMonth, DT_GetDay, DT_GetHour, DT_GetMinute, DT_GetSecond, DT_GetDayOfWeek, DT_GetDayOfYear
id-448837