|
|
|
|
|
DateTimeByDefault (Function) In french: DateHeureParDéfaut Used to define the default value of Date, Time and DateTime variables. Reminder: By default, the Date, Time and DateTime variables are initialized with the system date and time when running the program.
DateTimeByDefault("20200101", "0000")
Syntax
Initializing with the system date and time
DateTimeByDefault()
Initializing with a specific time and date Hide the details
DateTimeByDefault(<Date> , <Time>)
<Date>: Character string Date used to initialize the Date and DateTime variables. This date is in "YYYYMMDD" format where YYYY corresponds to the year, MM to the month and DD to the day. <Time>: Character string Time used to initialize the DateTime and Time variables. This time is in HHMMSSCC format (HH corresponds to hours, MM to minutes, SS to seconds and CC to hundredths of a second).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|