Searched refs:notificationDoNotDisturbDate (Results 1 – 1 of 1) sorted by relevance
28 …Notification::NotificationDoNotDisturbDate notificationDoNotDisturbDate(disturbType, beginDate, en… in DoSomethingInterestingWithMyAPI() local29 notificationDoNotDisturbDate.SetDoNotDisturbType(disturbType); in DoSomethingInterestingWithMyAPI()30 notificationDoNotDisturbDate.GetDoNotDisturbType(); in DoSomethingInterestingWithMyAPI()31 notificationDoNotDisturbDate.SetBeginDate(beginDate); in DoSomethingInterestingWithMyAPI()32 notificationDoNotDisturbDate.GetBeginDate(); in DoSomethingInterestingWithMyAPI()33 notificationDoNotDisturbDate.SetEndDate(endDate); in DoSomethingInterestingWithMyAPI()34 notificationDoNotDisturbDate.Dump(); in DoSomethingInterestingWithMyAPI()35 return notificationDoNotDisturbDate.GetEndDate(); in DoSomethingInterestingWithMyAPI()