Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6133157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:11:31+00:00 2026-05-23T17:11:31+00:00

How to show reminder by month? I have created this partial code and I

  • 0

How to show reminder by month?
I have created this partial code and I am stucked how to manipulate to check and get reminder by month.

reminders = ScheduledActionService.GetActions<Reminder>();

if (reminders.Count<Reminder>() > 0)
{

}
else
{

}

If there is reminder I want to check the month and get the month i want.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T17:11:31+00:00Added an answer on May 23, 2026 at 5:11 pm

    try this one:

    var month = 5; // your month
    var remindersOfMonth = ScheduledActionService.GetActions<ScheduledAction>()
                            .Where(a=> a.BeginTime.Month == month);
    

    According to this when you use GetActions() it will return you a list of
    ScheduledAction. Now according to this ScheduledAction has a property called BeginTime which is of type DateTime so it has Month property which is your interest.

    variable “a” in the statement is in fact each of ScheduledAction in the collection which are begin evaluated again the month.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this normal code for notification alert: - (void)saveNotification { Class cls =
i am using this code to show alert dialog...when i click on the ok
To show, for example.... USER@SID > I thought this was potentially helpful to a
This .show and .hide works great in Firefox 3 but not in IE 7.
MessageBox.Show((some_string.Length).ToString); I am getting two errors for this: The best overloaded method match for
I would like to show some hidden text in a Flex application and have
I have a pagination script, which can be seen here: http://www.automotori6282.tk/phpsandbox/ This is the
I have a confusing problem in my code, in which one object gets initialized
I need to show a reminder as floating popup/alert in my asp.net mvc (C#)
I'm working on an alarm/reminder application and want to show a custom alarm view

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.