Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 620 Bytes

File metadata and controls

23 lines (17 loc) · 620 Bytes

DateTimeRange

Properties

Name Type Description Notes
MinValue System.DateTime [optional]
MaxValue System.DateTime [optional]

Examples

  • Prepare the resource
$DateTimeRange = Initialize-RealGreenSaPSDateTimeRange  -MinValue null `
 -MaxValue null
  • Convert the resource to JSON
$DateTimeRange | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]