Scheduler for WinRT
TimeFormat Property


Gets or sets the System.String value determining time format used to display time ruler in a Day, Week and Work Week views. The default value is an empty string. In such case C1Scheduler takes default time format from the current culture. This is a dependency property.
Syntax
'Declaration
 
<C1DescriptionAttribute("タイムルーラーの時刻書式を設定する値を取得または設定します。")>
<DefaultValueAttribute()>
<C1CategoryAttribute()>
Public Property TimeFormat As String
'Usage
 
Dim instance As C1Scheduler
Dim value As String
 
instance.TimeFormat = value
 
value = instance.TimeFormat
[C1Description("タイムルーラーの時刻書式を設定する値を取得または設定します。")]
[DefaultValue()]
[C1Category()]
public string TimeFormat {get; set;}
Remarks
Don't use general formats as "T" for this property. Use detailed format string such as "h:mm tt" or "HH:mm".
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.