function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
e.StartDateTime = datetime.newInstance(2014, 9, 15, 12, 30, 0); e.EndDateTime = datetime.newInstance(2014, 9, 15, 13, 30, 0);
Here is the signature for the newInstance method:
public static Datetime newInstance(Integer year, Integer month, Integer day, Integer hour, Integer minute, Integer second)
I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.
Thanks.