CimSubscriptionDeliveryOptions.SetDateTime 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
SetDateTime(String, DateTime, UInt32) | |
SetDateTime(String, TimeSpan, UInt32) |
SetDateTime(String, DateTime, UInt32)
public:
void SetDateTime(System::String ^ optionName, DateTime optionValue, System::UInt32 flags);
public void SetDateTime (string optionName, DateTime optionValue, uint flags);
member this.SetDateTime : string * DateTime * uint32 -> unit
Public Sub SetDateTime (optionName As String, optionValue As DateTime, flags As UInteger)
Parameters
- optionName
- String
- optionValue
- DateTime
- flags
- UInt32
Applies to
SetDateTime(String, TimeSpan, UInt32)
public:
void SetDateTime(System::String ^ optionName, TimeSpan optionValue, System::UInt32 flags);
public void SetDateTime (string optionName, TimeSpan optionValue, uint flags);
member this.SetDateTime : string * TimeSpan * uint32 -> unit
Public Sub SetDateTime (optionName As String, optionValue As TimeSpan, flags As UInteger)
Parameters
- optionName
- String
- optionValue
- TimeSpan
- flags
- UInt32