TOptValue_DateTime
What Is It?
When to Use
Syntax
// Declare the parameter in the class fields
public MyDateTimeParameter!: TOptValue_DateTime;
public Init(): void {
// Create the parameter
this.MyDateTimeParameter = this.api.createTOptValue_DateTime(defaultValue);
// Register the parameter
this.api.RegOption("MyDateTimeParameter", TOptionType.DATE_TIME, this.MyDateTimeParameter);
}Notes
Last updated