Caclulates start time and end time of given TimeRange instance.
Namespace: Ico.Awx.CommonAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
[ObsoleteAttribute("Please use timeRange.GetStartTime() and timeRange.GetEndTime()")] public static void GetStartEndDateTime( TimeRange timeRange, ref DateTime startTime, ref DateTime endTime ) |
Visual Basic |
---|
<ObsoleteAttribute("Please use timeRange.GetStartTime() and timeRange.GetEndTime()")> _ Public Shared Sub GetStartEndDateTime ( _ timeRange As TimeRange, _ ByRef startTime As DateTime, _ ByRef endTime As DateTime _ ) |
JScript |
---|
public static function GetStartEndDateTime( timeRange : TimeRange, startTime : DateTime, endTime : DateTime ) |
Parameters
- timeRange
- Type: Ico.Awx.Common..::..TimeRange
The ending DateTime calculated
- startTime
- Type: System..::..DateTime%
The starting DateTime calculated
- endTime
- Type: System..::..DateTime%
The TimeRange used to calculate Start and End DateTime
Remarks
START AND END TIME ARE ALWAYS LOCAL