Touch.Time Property

Definition

Specifies a specific time other than current.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ Time { System::String ^ get(); void set(System::String ^ value); };
public string Time { get; set; }
public string Time { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.Time : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Time : string with get, set
Public Property Time As String

Property Value

A time other than the current time.

Attributes

Applies to