Home
last modified time | relevance | path

Searched refs:m_startDateTime (Results 1 – 19 of 19) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/epg/
H A DEpgSearchData.cpp23 m_startDateTime.SetFromUTCDateTime( in Reset()
25 if (!m_startDateTime.IsValid()) in Reset()
28 m_startDateTime.SetFromUTCDateTime(CDateTime::GetUTCDateTime()); // default to 'now' in Reset()
37 m_endDateTime.SetFromUTCDateTime(m_startDateTime + in Reset()
H A DEpgSearchFilter.h85 const CDateTime& GetStartDateTime() const { return m_searchData.m_startDateTime; } in GetStartDateTime()
88 m_searchData.m_startDateTime = startDateTime; in SetStartDateTime()
H A DEpgSearchData.h26 CDateTime m_startDateTime; /*!< The minimum start time for an entry */ member
H A DEpgSearchFilter.cpp86 return (tag->StartAsLocalTime() >= m_searchData.m_startDateTime && in MatchStartAndEndTimes()
H A DEpgDatabase.cpp643 const CDateTime minStartTime = ConvertLocalTimeToUTC(searchData.m_startDateTime); in GetEpgTags()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mgn/include/aws/mgn/model/
H A DDataReplicationInitiation.h86 inline const Aws::String& GetStartDateTime() const{ return m_startDateTime; } in GetStartDateTime()
96 …rtDateTime(const Aws::String& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = value; } in SetStartDateTime()
101 …artDateTime(Aws::String&& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = std::move(v… in SetStartDateTime()
106 …StartDateTime(const char* value) { m_startDateTimeHasBeenSet = true; m_startDateTime.assign(value)… in SetStartDateTime()
169 Aws::String m_startDateTime; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticmapreduce/include/aws/elasticmapreduce/model/
H A DStepTimeline.h74 inline const Aws::Utils::DateTime& GetStartDateTime() const{ return m_startDateTime; } in GetStartDateTime()
84 …e(const Aws::Utils::DateTime& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = value; } in SetStartDateTime()
89 …me(Aws::Utils::DateTime&& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = std::move(v… in SetStartDateTime()
137 Aws::Utils::DateTime m_startDateTime; variable
H A DStepExecutionStatusDetail.h107 inline const Aws::Utils::DateTime& GetStartDateTime() const{ return m_startDateTime; } in GetStartDateTime()
117 …e(const Aws::Utils::DateTime& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = value; } in SetStartDateTime()
122 …me(Aws::Utils::DateTime&& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = std::move(v… in SetStartDateTime()
214 Aws::Utils::DateTime m_startDateTime; variable
H A DJobFlowExecutionStatusDetail.h107 inline const Aws::Utils::DateTime& GetStartDateTime() const{ return m_startDateTime; } in GetStartDateTime()
117 …e(const Aws::Utils::DateTime& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = value; } in SetStartDateTime()
122 …me(Aws::Utils::DateTime&& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = std::move(v… in SetStartDateTime()
251 Aws::Utils::DateTime m_startDateTime; variable
H A DInstanceGroupDetail.h448 inline const Aws::Utils::DateTime& GetStartDateTime() const{ return m_startDateTime; } in GetStartDateTime()
458 …e(const Aws::Utils::DateTime& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = value; } in SetStartDateTime()
463 …me(Aws::Utils::DateTime&& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = std::move(v… in SetStartDateTime()
613 Aws::Utils::DateTime m_startDateTime; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticmapreduce/source/model/
H A DStepTimeline.cpp47 m_startDateTime = jsonValue.GetDouble("StartDateTime"); in operator =()
73 payload.WithDouble("StartDateTime", m_startDateTime.SecondsWithMSPrecision()); in Jsonize()
H A DStepExecutionStatusDetail.cpp60 m_startDateTime = jsonValue.GetDouble("StartDateTime"); in operator =()
98 payload.WithDouble("StartDateTime", m_startDateTime.SecondsWithMSPrecision()); in Jsonize()
H A DJobFlowExecutionStatusDetail.cpp62 m_startDateTime = jsonValue.GetDouble("StartDateTime"); in operator =()
107 payload.WithDouble("StartDateTime", m_startDateTime.SecondsWithMSPrecision()); in Jsonize()
H A DInstanceGroupDetail.cpp151 m_startDateTime = jsonValue.GetDouble("StartDateTime"); in operator =()
248 payload.WithDouble("StartDateTime", m_startDateTime.SecondsWithMSPrecision()); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ds/include/aws/ds/model/
H A DSchemaExtensionInfo.h241 inline const Aws::Utils::DateTime& GetStartDateTime() const{ return m_startDateTime; } in GetStartDateTime()
253 …e(const Aws::Utils::DateTime& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = value; } in SetStartDateTime()
259 …me(Aws::Utils::DateTime&& value) { m_startDateTimeHasBeenSet = true; m_startDateTime = std::move(v… in SetStartDateTime()
321 Aws::Utils::DateTime m_startDateTime; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mgn/source/model/
H A DDataReplicationInitiation.cpp47 m_startDateTime = jsonValue.GetString("startDateTime"); in operator =()
77 payload.WithString("startDateTime", m_startDateTime); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ds/source/model/
H A DSchemaExtensionInfo.cpp85 m_startDateTime = jsonValue.GetDouble("StartDateTime"); in operator =()
135 payload.WithDouble("StartDateTime", m_startDateTime.SecondsWithMSPrecision()); in Jsonize()
/dports/deskutils/akonadi-calendar-tools/akonadi-calendar-tools-21.12.3/konsolekalendar/
H A Dkonsolekalendarvariables.cpp79 m_startDateTime = start; in setStartDateTime()
84 return m_startDateTime; in getStartDateTime()
H A Dkonsolekalendarvariables.h368 QDateTime m_startDateTime; variable