Identifies the temporal field, which must be a field type whoe data can be converted to a date value.
[Visual Basic 6.0] Property TemporalFieldName As String
[Visual Basic .NET] Public Property TemporalFieldName As String
[C#] public string TemporalFieldName {get; set;}
[Java] public String getTemporalFieldName() throws IOException, AutomationException
[Java] public void setTemporalFieldName( String TemporalFieldName ) throws IOException, AutomationException
[C++]
HRESULT get_TemporalFieldName(
BSTR* pbstrTemporalFieldName
);
[C++] HRESULT put_TemporalFieldName( BSTR pbstrTemporalFieldName);
Parameters
pbstrTemporalFieldName [out, retval]
pbstrTemporalFieldName is a parameter of type BSTR
pbstrTemporalFieldName [in]
pbstrTemporalFieldName is a parameter of type BSTR
The Temporal Fieldname property identifies the temporal field. This field must be a field type with data that can be converted to a date value.