HT201210 What does the do not disturb selecton mean? under settings

What does the 'do not disturb' selection mean under settings?

It allows you to not be disturbed by calls, messages, E-Mail notifications, etc. You can also set it for certain times, like from 10:30pm to 6am

Similar Messages

  • What does the "yellow section"  "other" files mean under hard disk storage?

    what does the "yellow section"  "other" files mean under hard disk storage?

    david just to right of your initial post is a column entitled "More Like This." Check out some of the posts that seem similar.

  • What does the square and capital n mean in safari

    What does the square and capital n mean in safari it's right next to the battery meter

    HI and welcome to Apple Discussions...
    If you have installed any new apps, (games?) that could indicate a symbol for it.
    Carolyn

  • What does the cloud with downward arrow mean when trying to download a game from app store?

    what does the cloud with downward arrow mean when trying to download a game from app store?

    Hey there ArmidaKers,
    Welcome to Apple Support Communities.
    This article provides information about accessing your past purchases from iTunes in the Cloud, and it should answer your question about the download icon that you’re seeing when browsing the App Store on your iPad.
    Download past purchases - Apple Support
    So long,
    -Jason

  • What does the upside down question mark mean???

    what does the upside down question mark (¿) mean??? its a collection of dem together like ¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿¿
    what does it represent??? how can we read it??           

    Where do you see it?
    Debugging?
    Email?
    Importing an image?
    Converting a PDF?
    Sounds like a corrupted font or munged Unicode interaction...

  • HT201210 what does "the firmware is not compatible" mean?

    what does "the firmware is not compatible" mean?

    it's been rooted or Jailbroken you will not get help here. via rules of the site  google what you asked it can be fixed

  • HT201210 what does 'firmware is not compatible' mean? What do I do to solve it?

    what does 'firmware is not compatible' mean? What do I do to solve it?

    Exactly what it says.
    How are you trying to update the device, step by step?

  • HT5463 Does the "do not disturbe" function turn off by itself each morning?

    I have turned on the "do not disturbe" function on my iPhone 4 running ios 6.0.  The next day, the feature turns itself off.  Is this normal?  Is there a way to keep the feature turned on until I turn it off?

    Click (or Face):
    Thanks for the response.  I have the Schedule turned on (from 10:00PM to 7:00AM).  It works fine for one night.  The next day I will notice that the Do Not Disturbe feature is now turned off.
    What I want is for the Do Not Disturbe feature to be turned on every night (between 10:00 and 7:00) without me having to turn it on every day.
    Can this be done?  Or do I have to turn it on (through Settings) every day?
    Thanks again.
    Patrick

  • HT201210 what does firmware file not compatible mean when updating iphone software?

    what does firmware file not compatible mean when updating software on iphone?

    Make sure your iTunes is up to date
    Help > Check for updates

  • What does the icon on my battery mean?

    hello nokia lebanon what does the exclamation mark (?) shown at the battery icon means ?
    Moderator's note: The title was edited. A better subject was provided.

    Hi NicolasMansour,
    What's your phone's model? If this is for a Windows phone, can you verify if this  is the icon that you're seeing? If yes, that means the battery power or state of the battery isn't known at the current time. See: What do the icons on my phone mean? If you're referring to a different phone or a different icon, would you mind telling us its model and sending us a screenshot so we can further check?
    We look forward to your reply. BTW, congratulations on your first post.

  • What does the "Local Area Connection* 12" mean?

    using the commands below(win 8.1 professional):
    netsh wlan set hostednetwork mode = allow ssid=myWifiName key=myWifiPwd
    netsh wlan start hostednetwork
    In Windows 7, the commands will generate "Wireless Network Connection 2"(I think the reason is that there already exists a connection called WLAN. So it starts from number 2).
    In Windows 8.1, the commands will generate "Local Area Connection* 12"(I could not figure out the reason why the number is 12 and what the asterisk means???).
    I could not stop myself from thinking why the number starts from 12 and what the asterisk means? I could not get useful info from google. So I registered an account. Could you help me please ? thanks.

    Windows makes several "simulated" network adapters for various purposes. For example, if you're on an IPv4-only network, but you want to connect to an IPv6 computer on the internet, Windows can create a simulated network adapter that tunnels the IPv6 traffic
    through your IPv4 network.
    There are actually quite a few of these simulated network adapters.  Since they usually quietly take care of themselves, and they don't correspond to any actual network hardware that you (the end-user) can see or touch, Windows will hide them by default,
    to avoid clutter.
    Now suppose Windows just started numbering all the adapters with the same naming scheme ("Ethernet 1", "Ethernet 2", "Ethernet 3", . . ., etc.).  Then by the time you actually install your actual NIC, it would probably get a name like "Ethernet 7". 
    But since Windows hides the first 6 network interfaces, you'd see a listing that only includes one NIC: "Ethernet 7".  And you'd probably say "stupid Windows doesn't know how to count."
    So instead, we have two numbering schemes.  Real, physical NICs get numbered "Ethernet ###" (or "Wi-Fi ###", etc.) while all the hidden network adapters get "Local Area Connection* ###".  That way, the NICs that you see will be numbered
    starting from 1, even though there are a big pile of hidden network interfaces that were installed first.
    What does the asterisk mean?  The asterisk used to be the signal that the NIC was a hidden NIC.  Older versions of Windows named all visible NICs "Local Area Connection ###", and hidden ones were distinguished by adding an extra asterisk. 
    These days, we try to avoid using nerdy jargon like "Local Area Connection" when talking to you, so we changed the naming pattern to "Ethernet".  But since hidden NICs don't matter, we kept their old naming pattern with the asterisk.
    If you're curious, you can see all the network interfaces on your system with this PowerShell command:
    Get-NetAdapter -IncludeHidden
    (I'm the engineer that invented and implemented Windows's current NIC naming policies.)

  • What does the padlock on I-Tunes mean?

    I just bought my Nano today and having troubles. I hooked it up and it automatically downloaded my songs on it. But now it's got a padlock at the bottom of screen by the bar that shows how much memory is used and what's left on my I-Pod and the list of songs are not black for me to click and move. What does the padlock mean?
    thanks
    Chris
    Nano    

    The padlock icon indicates that you have the iPod set to auto transfer. That's also why the songs are 'greyed out' and not selectable or editable.
    If you want to change this, you'll have to select manual transfer instead.

  • What does the usage of CURSOR word mean in an SQL statement?

    Hey folks,
    Please check out the following query and do please explain me what does the usage of CURSOR keyword in an SQL statement mean.
    select deptno,cursor(select ename from emp a where a.deptno=b.deptno) from dept b;
    well, the output was like this,
    DEPTNO CURSOR(SELECTENAMEFR
    10 CURSOR STATEMENT : 2
    CURSOR STATEMENT : 2
    ENAME
    CLARK
    KING
    20 CURSOR STATEMENT : 2
    CURSOR STATEMENT : 2
    ENAME
    SMITH
    JONES
    SCOTT
    ADAMS
    FORD
    30 CURSOR STATEMENT : 2
    CURSOR STATEMENT : 2
    ENAME
    ALLEN
    WARD
    MARTIN
    BLAKE
    TURNER
    JAMES
    6 rows selected.
    40 CURSOR STATEMENT : 2
    CURSOR STATEMENT : 2
    no rows selected
    Your favour'll be deeply appreciated.
    Cheers,
    PCZ

    This returns a non-square result set. Each row of the result is a deptno and then a result set of the enames in that deptno.
    This can be useful when you need to send a lot of data to a client application in a single query that would otherwise contain a lot of redundancy. It tends to be a relatively unusual construct (I've only found one situation where it was appropriate in my career) and requires some relatively sophisticated understanding on both the database and client sides.
    Justin

  • What does the PRIN setting in MAX mean for my Dalsa CL-C8-6000A Camera?

    I am using PCI-1424 with Dalsa CL-C8-6000A Camera. The
    integration setting in MAX allows me to set the integration time using PRIN. But what does the number mean? How do you I convert it to time units (seconds,say)?

    Dalsa uses the PRIN line to control its integration time based on the pixel clock of the camera. So to convert PRIN to time units, you first need to do know the frame rate you will be working at. This will allow you to then calculate the pixel clock and thusly the amount of time for say 1000 pixel clocks.
    One consequence of this is that as you change your frame rate, your integration time will also change (since your pixel clock is now faster or slower).
    Jack Arnold
    National Instruments

  • What does the half moon near battery mean? It just appeared today on my I pad., What does the half moon near battery mean? It just appeared today on my I pad.

    I opened up my I pad this morning and noticed a half moon symbol in the top right corner of the screen, near the battery symbol. What does it mean or what does it do?
    Sellecklvr

    Do not disturb
    iOS: Using Do Not Disturb

Maybe you are looking for

  • SWF not displayed in Firefox

    Using RoboHelp to publish on FrameMaker book with embedded SWF Captivate content. All works fine in IE, but the SWF files do not play in Firefox. The output does of course contain an object tag for the movie, but Firefox desn't like it. You can edit

  • Bring obj to front with tween?

    How can i make the obj change to front of another when the mouse roll over, and come back when out? I look for "setChildIndex with tween" but i don't found...

  • Require Help with Flash Video XML Playlist

    flash devs, all i'm doing to playin videos from a xml file - (used lots of info and code from Lee's XML Video Playlist Tutorial) after spending hours getting this to work correctly in AS3 and how i want it to work i've hit a brick wall i've got 2 com

  • Need help skype update

    hi,  how can i disable the updates for skype, um like every time i turn my laptop on it always say skype to update or not now and its kinda annoying now.... I need older version of skype please, i really do not like the new UI.. Ive tried this: Go to

  • My nokia c6-01 messages folder is missing in menu

    Suddenly messages folder in main menu is missing. I have Re-installed the nokia software but still i am unable to get the folder. Kindly help me in getting the same. I can view only when message comes in. I am unable to send any messages, Thanks Sarv