xMenuFunction.changedTime Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
changedTime() |
Gets or sets the time when an application object was last changed. |
changedTime(String) |
Gets or sets the time when an application object was last changed.
public:
virtual System::String ^ changedTime();
public virtual string changedTime ();
abstract member changedTime : unit -> string
override this.changedTime : unit -> string
Public Overridable Function changedTime () As String
Returns
The time when an application object was last changed.
Applies to
public:
virtual System::String ^ changedTime(System::String ^ _value);
public virtual string changedTime (string _value);
abstract member changedTime : string -> string
override this.changedTime : string -> string
Public Overridable Function changedTime (_value As String) As String
Parameters
- _value
- String
The value to set; optional.