LogsTableRow.GetTimeSpan Method
Definition
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.
Overloads
GetTimeSpan(Int32) |
Gets the value of the column at the specified index as TimeSpan. |
GetTimeSpan(String) |
Gets the value of the column with the specified name as TimeSpan. |
GetTimeSpan(Int32)
- Source:
- LogsTableRow.cs
- Source:
- LogsTableRow.cs
Gets the value of the column at the specified index as TimeSpan.
public TimeSpan? GetTimeSpan (int index);
member this.GetTimeSpan : int -> Nullable<TimeSpan>
Public Function GetTimeSpan (index As Integer) As Nullable(Of TimeSpan)
Parameters
- index
- Int32
The column index.
Returns
The Nullable<T> value of the column.
Applies to
GetTimeSpan(String)
- Source:
- LogsTableRow.cs
- Source:
- LogsTableRow.cs
Gets the value of the column with the specified name as TimeSpan.
public TimeSpan? GetTimeSpan (string name);
member this.GetTimeSpan : string -> Nullable<TimeSpan>
Public Function GetTimeSpan (name As String) As Nullable(Of TimeSpan)
Parameters
- name
- String
The column name.
Returns
The Nullable<T> value of the column.
Applies to
Azure SDK for .NET