| |
Versions 09 and laterDate New in version 09Date Date | ..Date is used to:- Retrieve the date from a DateTime variable.
- Modify the date in a DateTime variable.
- Retrieve the date from a Date item (in "Date and Time" format) .
- Modify the date in a Date item (in "Date and Time" format)
|
Versions 09 and laterDay New in version 09Day Day | ..Day is used to:- Retrieve the day from a Date, DateTime variable or retrieve the number of days from a Duration variable.
- Modify the day in a Date, DateTime variable or modify the number of days in a Duration variable.
- Retrieve the day or the number of days from a Date item (in "Date", "Date and Time" or "Duration" format)
- Modify the day or the number of days in a Date item (in "Date", "Date and Time" or "Duration" format)
|
Versions 09 and laterHour New in version 09Hour Hour | ..Hour is used to:- Retrieve the time from a Time, DateTime variable or retrieve the number of hours from a Duration variable.
- Modify the time in a Time, DateTime variable or modify the number of hours in a Duration variable.
- Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item.
- Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item.
|
InDays | InDays is used to convert a Duration variable into days. |
InHours | The InHours property is used to convert a Duration variable into hours. |
InMilliseconds | The Property ToMilliseconds converts an Variable of type Duration to milliseconds. |
InMinutes | InMinutes is used to convert a Duration variable into minutes. |
InSeconds | The Property EnSeconds converts an Variable of type Duration into seconds. |
Millisecond | ..Millisecond is used to:- Retrieve the number of milliseconds from a Time, DateTime or Duration variable.
- Modify the number of milliseconds in a Time, DateTime or Duration variable.
- Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format)
- Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)
|
Minute | ..Minute is used to:- Retrieve the minutes from a Time or DateTime variable or the number of minutes from a Duration.
- Modify the minutes in a Time or DateTime variable or the number of minutes in a Duration.
- Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item
- Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item
|
Versions 09 and laterMonth Month | ..Month is used to:- Retrieve the month from a Date or DateTime variable.
- Modify the month in a Date or DateTime variable.
- Retrieve the month from a Date item (in "Simple date" or "Date and Time" format)
- Modify the month in a Date item (in "Simple Date" or "Date and Time" format)
|
Second | ..Second is used to:- Retrieve the number of seconds from a Time, DateTime or Duration variable.
- Modify the number of seconds in a Time, DateTime or Duration variable.
- Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format)
- Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)
|
Versions 09 and laterTime New in version 09Time Time | ..Time is used to:- Retrieve the time from a DateTime variable.
- Modify the time in a DateTime variable.
- Retrieve the time from in a Date item (in "Date and Time" format)
- Modify the time in a Date item ("Date and Time" format).
|
Versions 09 and laterYear New in version 09Year Year | The Property Year makes it possible to: |