PropertyValue.CreateTimeSpan(TimeSpan) 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.
Creates a property value from a time interval.
public:
static Platform::Object ^ CreateTimeSpan(TimeSpan value);
static IInspectable CreateTimeSpan(TimeSpan const& value);
public static object CreateTimeSpan(System.TimeSpan value);
function createTimeSpan(value)
Public Shared Function CreateTimeSpan (value As TimeSpan) As Object
Parameters
Returns
The property value.