Notes
In Apex, the Datetime
data type is used to represent both date and time information. It includes components for the year, month, day, hour, minute, second, and millisecond.
Here's a brief example:
Datetime myDatetime = Datetime.now();
Video
Video does not exists.