Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

syncfusion-winui-time-pickerSynfusion WinUI 时间选择器

Agent Skill

syncfusion-winui-time-picker 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

570

周安装

24

GitHub Stars

公开资料未说明

下载量

235
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-winui-time-picker(Synfusion WinUI 时间选择器)
来源仓库:https://github.com/syncfusion/winui-ui-components-skills
仓库路径:skills/syncfusion-winui-time-picker
安装命令:
npx skills add https://github.com/syncfusion/winui-ui-components-skills --skill syncfusion-winui-time-picker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/winui-ui-components-skills --skill syncfusion-winui-time-picker

简介

Synfusion WinUI 时间选择器组件,用于精确时间输入与选择。

  • 适用于表单与日程管理相关的前端设计任务。syncfusion-winui-time-picker 属于前端设计类 Skill,可作为该场景下的辅助能力补充。
  • 通过 GitHub 仓库安装,兼容 Codex、Claude 等 AI 工具。
  • 使用前需确认是否依赖系统时钟或时区数据库。
  • 建议参考原始 README 了解格式字符串与本地化支持细节。

SKILL.md

WinUI TimePicker (SfTimePicker) Implementation Guide

Comprehensive guide for implementing the Syncfusion WinUI TimePicker control in Windows desktop applications. The SfTimePicker provides an intuitive, touch-friendly interface to select time from a dropdown spinner with support for time restrictions, formatting, localization, and extensive customization.

When to Use This Skill

Use this skill when you need to:

  • Implement time selection in WinUI 3 desktop applications
  • Add time input controls with dropdown spinner
  • Create appointment scheduling or time entry forms
  • Restrict time selection to specific ranges or intervals
  • Implement 12-hour or 24-hour time formats
  • Customize dropdown time spinner appearance
  • Support localized time input with RTL layouts
  • Validate and format time input in Windows apps
  • Hide or disable specific times from selection

Component Overview

The SfTimePicker control provides a modern time selection experience for WinUI applications with:

Key Features:

  • Dropdown Time Spinner - Select time from hour, minute, and meridiem (AM/PM) columns
  • Time Restrictions - Set minimum/maximum times and blackout specific times
  • Multiple Formats - Support for 12-hour and 24-hour clock formats
  • Localization - Multi-language support with RTL layout
  • Edit Modes - Mask editing with auto-correction or free-form input
  • Extensive Customization - Customize dropdown button, header, spinner cells, and templates
  • Validation - Built-in validation with change events for custom logic
  • Accessibility - Full keyboard navigation and WCAG compliance

Control Structure:

  • Text editor for direct time input
  • Dropdown button to open time spinner
  • Dropdown spinner with hour, minute, and meridiem columns
  • Optional dropdown header for hints
  • Submit/Cancel buttons (optional)

NuGet Package: Syncfusion.Editors.WinUI

Namespace: Syncfusion.UI.Xaml.Editors

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

Use this reference for initial setup and basic implementation:

  • Installing the Syncfusion.Editors.WinUI NuGet package
  • Adding SfTimePicker to XAML and C# code
  • Understanding component structure (editor, dropdown, spinner)
  • Setting selected time programmatically with SelectedTime property
  • Interactive time selection from dropdown
  • Allowing null values with AllowNull property
  • Adding header and description text
  • Customizing header with HeaderTemplate
  • Setting watermark text with PlaceholderText
  • Handling time changed events with SelectedTimeChanged

Time Restrictions

📄 Read: references/time-restrictions.md

Use this reference for controlling time selection:

  • Limiting available times with MinTime and MaxTime properties
  • Blocking specific times using BlackoutTimes collection
  • Creating custom time intervals (e.g., 5-minute, 15-minute increments)
  • Using TimeFieldPrepared event to customize time intervals
  • Hiding submit buttons with ShowSubmitButtons property
  • Selecting time directly as you scroll the spinner
  • Canceling time changes with SelectedTimeChanging event
  • Implementing custom validation logic
  • Handling edge cases and validation errors

Localization and Formatting

📄 Read: references/localization-formatting.md

Use this reference for formatting and localizing time display:

  • Switching between 12-hour and 24-hour formats with ClockIdentifier
  • Changing flow direction for RTL languages with FlowDirection
  • Localizing the control with Language property
  • Customizing time display format with DisplayTimeFormat
  • Understanding format patterns (hh:mm tt, HH:mm, h:mm, etc.)
  • Using mask edit mode for auto-correcting input
  • Using normal edit mode for free-form input validation
  • Input behavior and automatic field correction
  • Showing/hiding the clear button with ShowClearButton

Dropdown Customization

📄 Read: references/dropdown-customization.md

Use this reference for customizing the dropdown container:

  • Customizing dropdown button UI with DropDownButtonTemplate
  • Hiding dropdown button with ShowDropDownButton property
  • Changing dropdown alignment with DropDownPlacement
  • Opening/closing dropdown programmatically with IsOpen property
  • Setting dropdown height with DropDownHeight property
  • Controlling visible items with VisibleItemsCount property
  • Understanding dropdown smart positioning
  • Keyboard shortcuts for opening dropdown (Alt+Down)

Dropdown Header Customization

📄 Read: references/dropdown-header-customization.md

Use this reference for customizing the dropdown header:

  • Adding hints in dropdown header with DropDownHeader property
  • Showing/hiding header with ShowDropDownHeader property
  • Customizing header appearance with DropDownHeaderTemplate
  • Creating custom header layouts with icons and text
  • Hiding column headers with ShowColumnHeaders property
  • Understanding column header customization
  • Header styling best practices

Dropdown Spinner Customization

📄 Read: references/dropdown-spinner-customization.md

Use this reference for customizing dropdown spinner cells and columns:

  • Changing cell size with ItemWidth and ItemHeight properties
  • Restricting cell width with MinItemWidth and MaxItemWidth
  • Styling all cells with ItemContainerStyle property
  • Customizing cell templates with ItemTemplate
  • Conditional cell styling with ItemTemplateSelector
  • Customizing individual columns with TimeFieldPrepared event
  • Changing column headers, intervals, and cell sizes per column
  • Adding icons or custom content to specific time cells
  • Performance optimization for large customizations

Quick Start Example

Basic TimePicker Implementation

XAML:

<Window xmlns:editors="using:Syncfusion.UI.Xaml.Editors">
    <Grid>
        <editors:SfTimePicker
            x:Name="sfTimePicker"
            Header="Select Time"
            PlaceholderText="Pick a time"
            Width="250" />
    </Grid>
</Window>

C#:

using Syncfusion.UI.Xaml.Editors;

// Create TimePicker programmatically
SfTimePicker timePicker = new SfTimePicker();
timePicker.Header = "Select Time";
timePicker.PlaceholderText = "Pick a time";

// Set selected time
timePicker.SelectedTime = new DateTimeOffset(
    new DateTime(2024, 1, 1, 14, 30, 0));

// Handle time changed event
timePicker.SelectedTimeChanged += (s, e) => {
    var oldTime = e.OldDateTime;
    var newTime = e.NewDateTime;
    // Handle time change
};

Common Patterns

Time Selection with Restrictions

Restrict time selection to business hours (9 AM - 5 PM):

// Requires: using Syncfusion.UI.Xaml.Editors;
sfTimePicker.MinTime = new DateTimeOffset(
    new DateTime(DateTime.Now.Year, DateTime.Now.Month,
                 DateTime.Now.Day, 9, 0, 0));
sfTimePicker.MaxTime = new DateTimeOffset(
    new DateTime(DateTime.Now.Year, DateTime.Now.Month,
                 DateTime.Now.Day, 17, 0, 0));

24-Hour Format

Switch to 24-hour clock format:

<editors:SfTimePicker
    ClockIdentifier="24HourClock"
    DisplayTimeFormat="HH:mm" />

Custom Time Intervals

Allow only 15-minute intervals:

using System.Collections.ObjectModel;
using Syncfusion.UI.Xaml.Editors;

sfTimePicker.TimeFieldPrepared += (s, e) => {
    if (e.Column?.Field == DateTimeField.Minute) {
        var minutes = new ObservableCollection<string>();
        for (int i = 0; i < 60; i += 15) {
            minutes.Add(i.ToString("00"));
        }
        e.Column.ItemsSource = minutes;
    }
};

Blocking Lunch Hour

Prevent selection during lunch break (12 PM - 1 PM):

using Syncfusion.UI.Xaml.Editors;

var blackoutTimes = new DateTimeOffsetCollection();
for (int minute = 0; minute < 60; minute++) {
    blackoutTimes.Add(new DateTimeOffset(
        new DateTime(DateTime.Now.Year, DateTime.Now.Month,
                     DateTime.Now.Day, 12, minute, 0)));
}
sfTimePicker.BlackoutTimes = blackoutTimes;

Key Properties

Core Properties

PropertyTypeDescription
SelectedTimeDateTimeOffset?Gets or sets the selected time value
MinTimeDateTimeOffsetMinimum selectable time (default: 1/1/1921 10:37:16 PM)
MaxTimeDateTimeOffsetMaximum selectable time (default: 12/31/2121 10:37:16 PM)
BlackoutTimesDateTimeOffsetCollectionCollection of times to disable from selection
AllowNullboolAllows null value for SelectedTime (default: false)
PlaceholderTextstringWatermark text shown when SelectedTime is null

Formatting Properties

PropertyTypeDescription
ClockIdentifierstringClock format: "12HourClock" or "24HourClock"
DisplayTimeFormatstringFormat pattern for displaying time (e.g., "hh:mm tt", "HH:mm")
EditModeDateTimeEditModeEdit mode: Mask (auto-correct) or Normal (validate on Enter)
ShowClearButtonboolShows/hides the clear button (default: true)

Dropdown Properties

PropertyTypeDescription
ShowDropDownButtonboolShows/hides dropdown button (default: true)
DropDownButtonTemplateDataTemplateTemplate for customizing dropdown button
DropDownPlacementFlyoutPlacementModeDropdown alignment (Auto, Bottom, Top, etc.)
IsOpenboolOpens/closes dropdown programmatically
DropDownHeightdoubleFixed height for dropdown spinner
VisibleItemsCountintNumber of visible items in dropdown (default: -1)

Dropdown Header Properties

PropertyTypeDescription
ShowDropDownHeaderboolShows/hides dropdown header (default: false)
DropDownHeaderobjectContent for dropdown header
DropDownHeaderTemplateDataTemplateTemplate for dropdown header customization
ShowColumnHeadersboolShows/hides column headers in spinner (default: true)

Spinner Customization Properties

PropertyTypeDescription
ItemWidthdoubleWidth of spinner cells (default: 80)
ItemHeightdoubleHeight of spinner cells (default: 40)
MinItemWidthdoubleMinimum width for spinner cells (default: 0)
MaxItemWidthdoubleMaximum width for spinner cells (default: Infinity)
ItemContainerStyleStyleStyle applied to all spinner cells
ItemTemplateDataTemplateTemplate for spinner cell content
ItemTemplateSelectorDataTemplateSelectorConditional templates for spinner cells

Events

EventDescription
SelectedTimeChangedFires after SelectedTime changes, provides old and new values
SelectedTimeChangingFires before SelectedTime updates, allows cancellation
TimeFieldPreparedFires when dropdown spinner columns are prepared, allows customization

Common Use Cases

Appointment Scheduling

Use TimePicker for booking appointments with restricted business hours, blocked lunch times, and 15-30 minute intervals.

Time Entry Forms

Implement time input in forms with validation, nullable times, and custom formats based on user locale.

Shift Management

Create shift time selectors with restricted ranges (e.g., morning: 6AM-2PM, evening: 2PM-10PM, night: 10PM-6AM).

Meeting Scheduler

Build meeting time pickers with blackout times for existing meetings and custom intervals (30 min or 1 hour slots).

Timer Applications

Use TimePicker for setting alarm times, countdown timers, or reminder schedules with 24-hour format.

Localized Applications

Implement time selection with right-to-left layout for Arabic/Hebrew languages and locale-specific formats.

Custom Time Intervals

Create specialized time pickers for industries requiring specific intervals (e.g., transportation schedules, medical appointments).

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.16%
按下载量换算87

Claude

28.57%
按下载量换算67

Cursor

17.14%
按下载量换算40

Gemini CLI

9.6%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills