TimeWindow Constructors
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
TimeWindow() | |
TimeWindow(DateTime, DateTime, String) |
TimeWindow()
public TimeWindow ();
Public Sub New ()
Applies to
TimeWindow(DateTime, DateTime, String)
public TimeWindow (DateTime start, DateTime end, string timeZone = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.TimeWindow : DateTime * DateTime * string -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.TimeWindow
Public Sub New (start As DateTime, end As DateTime, Optional timeZone As String = Nothing)
Parameters
- start
- DateTime
- end
- DateTime
- timeZone
- String