Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time Change #34

Open
ElitePusher opened this issue Jan 9, 2025 · 0 comments
Open

Time Change #34

ElitePusher opened this issue Jan 9, 2025 · 0 comments

Comments

@ElitePusher
Copy link

This is not specifically a bug, but an idea for a change, instead of using a specific time date:

proEndDate=>new DateTime?(new DateTime(2030, 12, 25));

We can use:

public DateTime? proEndDate
{
get
{
return DateTime.MaxValue;
}
}

Which returns the maximum possible date, specifically 9999-12-31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant