PrimitivePropertyConfigurationExtensions.AsTimeOfDay 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.
public static Microsoft.AspNet.OData.Builder.PrimitivePropertyConfiguration AsTimeOfDay (this Microsoft.AspNet.OData.Builder.PrimitivePropertyConfiguration property);
static member AsTimeOfDay : Microsoft.AspNet.OData.Builder.PrimitivePropertyConfiguration -> Microsoft.AspNet.OData.Builder.PrimitivePropertyConfiguration
<Extension()>
Public Function AsTimeOfDay (property As PrimitivePropertyConfiguration) As PrimitivePropertyConfiguration
Parameters
- property
- PrimitivePropertyConfiguration
Reference to the calling primitive property configuration.
Returns
Returns itself so that multiple calls can be chained.